diff options
author | Rob Austein <sra@hactrn.net> | 2011-05-25 14:38:35 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-05-25 14:38:35 +0000 |
commit | 7cbcb564d976d5b273e6954d77a1085a875afca1 (patch) | |
tree | 8dbb5afdabd1246e129cafb7c9585f0a4ff84f91 | |
parent | 9d5a2aa7cd15076f64112e7a90e9be6842ce9bf4 (diff) |
It's 2011, make implicit functions a fatal error.
svn path=/rcynic-ng/Makefile.in; revision=3835
-rw-r--r-- | rcynic-ng/Makefile.in | 2 |
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@ |