commit 981eb11
hovercats
·
2024-10-11 21:15:28 +0000 UTC
parent 4a445a4
muon: use -pedantic instead of -Wpedantic
1 files changed,
+1,
-1
+1,
-1
1@@ -1,7 +1,7 @@
2 cflags{
3 '-Wall',
4 '-std=c99',
5- '-Wpedantic',
6+ '-pedantic',
7 '-D MUON_PLATFORM_posix',
8 '-D MUON_ENDIAN=0',
9 '-D MUON_STATIC',