From: Taylor R Campbell Date: Thu, 8 Nov 2018 16:19:03 +0000 (+0000) Subject: Explain why we don't do -Wmissing-prototypes yet. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~116^2~4 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8d07d8ced786b0094377d2cf1b8ba3eafe2e04ea;p=mit-scheme.git Explain why we don't do -Wmissing-prototypes yet. --- diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index b66ba34f1..77ed4747d 100644 --- 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