Atmosphere/troposphere/daybreak
comex 3197b1e25b nanovg: disable some compiler warnings
Disable all warnings seen on devkitA64 GCC 15.1.0:

- Several false-positive `-Wmisleading-indentation` warnings (the
  indentation is not actually misleading)

- One `-Wuse-after-free` warning, which looks alarming and represents
  very dubious design, but is ultimately harmless (a freed pointer is
  passed to a function that doesn't use it).

- Some `-Wunused-function` warnings in `simd/neon.h`
2025-08-08 14:16:03 -07:00
..
nanovg nanovg: disable some compiler warnings 2025-08-08 14:16:03 -07:00
source daybreak: fix strncpy compiler warning 2025-08-08 14:16:03 -07:00
icon.jpg Added Daybreak, a system updater homebrew (#1073) 2020-07-07 17:07:00 -07:00
Makefile ams: build with -std=gnu++23 2024-06-01 22:36:37 -07:00