shithub: rgbds

Download patch

ref: 3b0e20703641dfc98ce39970ccf45d14f5d6c194
parent: 83eddb4c4eb324c0c15a04274a2f68d546f2bb64
author: Anthony J. Bentley <[email protected]>
date: Wed Jan 7 13:43:16 EST 2015

Pass -Wimplicit (implicit + implicit-function-declaration) by default.

--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .POSIX:
 
-WARNFLAGS =	-Wall -Werror=implicit-int
+WARNFLAGS =	-Wall -Werror=implicit
 REALCFLAGS =	${CFLAGS} ${WARNFLAGS} -Iinclude -g \
 		-std=c99 -D_POSIX_C_SOURCE=200809L