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:
78d17d1
)
Explain why we don't do -Wmissing-prototypes yet.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 8 Nov 2018 16:19:03 +0000
(16:19 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 8 Nov 2018 16:19:06 +0000
(16:19 +0000)
src/microcode/configure.ac
patch
|
blob
|
history
diff --git
a/src/microcode/configure.ac
b/src/microcode/configure.ac
index b66ba34f18dca393628c0be865b3b07426319cf8..77ed4747d2e1d93b230797506e190a58d9d4586e 100644
(file)
--- a/
src/microcode/configure.ac
+++ b/
src/microcode/configure.ac
@@
-242,7
+242,7
@@
if test ${GCC} = yes; then
done
# other possibilities:
- # -Wmissing-prototypes
+ # -Wmissing-prototypes
(requires prototypes for DEFINE_PRIMITIVE)
fi
FOO=`${INSTALL} --help 2> /dev/null | ${FGREP} -e --preserve-timestamps`
if test "x${FOO}" != x; then