mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-26 06:19:20 +13:00
Prevent some gcc versions from complaining about {0} in tools/scan_includes.c
This commit is contained in:
parent
bf81961b9d
commit
2fdcb1a3d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue