mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-05-31 16:05:11 +02:00
fxsdk: disable warning about missing field initializers
This commit is contained in:
parent
66d88bef7a
commit
cf12d5cfd1
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ CFLAGS_FX := -D FX9860G -m3
|
||||||
CFLAGS_CG := -D FXCG50 -m4-nofpu
|
CFLAGS_CG := -D FXCG50 -m4-nofpu
|
||||||
|
|
||||||
# Additional compiler flags, change to your own taste!
|
# Additional compiler flags, change to your own taste!
|
||||||
CFLAGS += -Wall -Wextra -Os
|
CFLAGS += -Wall -Wextra -Wno-missing-field-initializers -Os
|
||||||
|
|
||||||
# Include paths. Add one -I option for each folder from which you want to
|
# Include paths. Add one -I option for each folder from which you want to
|
||||||
# be able to include files with #include<>.
|
# be able to include files with #include<>.
|
||||||
|
|
Loading…
Add table
Reference in a new issue