summaryrefslogtreecommitdiff
path: root/m4/mpc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mpc.m4')
-rw-r--r--m4/mpc.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/mpc.m4 b/m4/mpc.m4
index 948f553..cc2ec45 100644
--- a/m4/mpc.m4
+++ b/m4/mpc.m4
@@ -50,6 +50,7 @@ AC_DEFUN([MPC_PROG_CC_WARNINGCFLAGS], [
AX_C_CHECK_FLAG(-Wshadow,,,$1="$$1 -Wshadow",)
AX_C_CHECK_FLAG(-Wstrict-prototypes,,,$1="$$1 -Wstrict-prototypes",)
AX_C_CHECK_FLAG(-Wmissing-prototypes,,,$1="$$1 -Wmissing-prototypes",)
+ AX_C_CHECK_FLAG(-Wno-unused-value,,,$1="$$1 -Wno-unused-value",)
AC_SUBST($1)
fi
fi