From 8d07d8ced786b0094377d2cf1b8ba3eafe2e04ea Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 8 Nov 2018 16:19:03 +0000 Subject: [PATCH] Explain why we don't do -Wmissing-prototypes yet. --- src/microcode/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1