mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Prevent some gcc versions from complaining about {0} in tools/scan_includes.c
This commit is contained in:
parent
bf81961b9d
commit
2fdcb1a3d6
|
@ -1,7 +1,7 @@
|
|||
.PHONY: all clean
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -O3 -std=c99 -Wall -Wextra -pedantic
|
||||
CFLAGS := -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers
|
||||
|
||||
tools := scan_includes gfx pkmncompress
|
||||
|
||||
|
|
Loading…
Reference in a new issue