Explain why we don't do -Wmissing-prototypes yet.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 8 Nov 2018 16:19:03 +0000 (16:19 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 8 Nov 2018 16:19:06 +0000 (16:19 +0000)
src/microcode/configure.ac

index b66ba34f18dca393628c0be865b3b07426319cf8..77ed4747d2e1d93b230797506e190a58d9d4586e 100644 (file)
@@ -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