mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 14:41:44 +00:00
Pass -Wimplicit (implicit + implicit-function-declaration) by default.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.POSIX:
|
.POSIX:
|
||||||
|
|
||||||
WARNFLAGS = -Wall -Werror=implicit-int
|
WARNFLAGS = -Wall -Werror=implicit
|
||||||
REALCFLAGS = ${CFLAGS} ${WARNFLAGS} -Iinclude -g \
|
REALCFLAGS = ${CFLAGS} ${WARNFLAGS} -Iinclude -g \
|
||||||
-std=c99 -D_POSIX_C_SOURCE=200809L
|
-std=c99 -D_POSIX_C_SOURCE=200809L
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user