aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-05-25 14:38:35 +0000
committerRob Austein <sra@hactrn.net>2011-05-25 14:38:35 +0000
commit7cbcb564d976d5b273e6954d77a1085a875afca1 (patch)
tree8dbb5afdabd1246e129cafb7c9585f0a4ff84f91
parent9d5a2aa7cd15076f64112e7a90e9be6842ce9bf4 (diff)
It's 2011, make implicit functions a fatal error.
svn path=/rcynic-ng/Makefile.in; revision=3835
-rw-r--r--rcynic-ng/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic-ng/Makefile.in b/rcynic-ng/Makefile.in
index 36996837..31ebbcb5 100644
--- a/rcynic-ng/Makefile.in
+++ b/rcynic-ng/Makefile.in
@@ -9,7 +9,7 @@ OBJ = ${NAME}.o
GEN = defstack.h
HDR = defasn1.h ${GEN}
-CFLAGS = @CFLAGS@ -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations
+CFLAGS = @CFLAGS@ -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror-implicit-function-declaration
LDFLAGS = @LDFLAGS@ @LD_STATIC_FLAG@
LIBS = @LIBS@