mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-22 21:38:16 -04:00
We make use of __COUNTER__, which recent versions of clang emit a warning for (unless you compile with -std=c2y). Our meson.build already handles this for the actual build, but if your build is using gcc, -Wno-c2y-extensions isn't added to the build rules (since gcc doesn't support the flag).
5 lines
63 B
YAML
5 lines
63 B
YAML
# -*- yaml -*-
|
|
|
|
CompileFlags:
|
|
Add:
|
|
- -Wno-c2y-extensions
|