mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-05-29 15:05:09 +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
|
||||
|
||||
# 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
|
||||
# be able to include files with #include<>.
|
||||
|
|
Loading…
Add table
Reference in a new issue