mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40: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
|
.PHONY: all clean
|
||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
CFLAGS := -O3 -std=c99 -Wall -Wextra -pedantic
|
CFLAGS := -O3 -std=c99 -Wall -Wextra -Wno-missing-field-initializers
|
||||||
|
|
||||||
tools := scan_includes gfx pkmncompress
|
tools := scan_includes gfx pkmncompress
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue