projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf35ea0
)
Make the C compiler warnings that we subscribe to fatal.
author
Taylor R Campbell
<campbell@mumble.net>
Wed, 7 Nov 2018 03:08:47 +0000
(
03:08
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 7 Nov 2018 03:08:47 +0000
(
03:08
+0000)
src/microcode/configure.ac
patch
|
blob
|
history
diff --git
a/src/microcode/configure.ac
b/src/microcode/configure.ac
index 337c9ea963bf53d48cd7fcaa2c0bddf2d7853296..0ad78b8c0f92e90bb42f7bed1ed54914aee3b99c 100644
(file)
--- a/
src/microcode/configure.ac
+++ b/
src/microcode/configure.ac
@@
-208,7
+208,7
@@
if test ${GCC} = yes; then
CFLAGS="-O0 -g -DENABLE_DEBUGGING_TOOLS ${CFLAGS}"
LDFLAGS="${LDFLAGS} -g"
fi
- CFLAGS="-Wall -Wundef -Wpointer-arith -Winline ${CFLAGS}"
+ CFLAGS="-Wall -W
error -W
undef -Wpointer-arith -Winline ${CFLAGS}"
CFLAGS="-Wstrict-prototypes -Wnested-externs -Wredundant-decls ${CFLAGS}"
AC_MSG_CHECKING([for GCC>=4])