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:
7745e04
)
Turn off -Werror here; breaks configure.
author
Taylor R Campbell
<campbell@mumble.net>
Wed, 7 Nov 2018 07:40:12 +0000
(07:40 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 7 Nov 2018 07:40:15 +0000
(07:40 +0000)
Should turn it back on somewhere else.
src/microcode/configure.ac
patch
|
blob
|
history
diff --git
a/src/microcode/configure.ac
b/src/microcode/configure.ac
index 0ad78b8c0f92e90bb42f7bed1ed54914aee3b99c..337c9ea963bf53d48cd7fcaa2c0bddf2d7853296 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 -W
error -W
undef -Wpointer-arith -Winline ${CFLAGS}"
+ CFLAGS="-Wall -Wundef -Wpointer-arith -Winline ${CFLAGS}"
CFLAGS="-Wstrict-prototypes -Wnested-externs -Wredundant-decls ${CFLAGS}"
AC_MSG_CHECKING([for GCC>=4])