summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/expr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 544853e..739ffce 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -4,4 +4,6 @@ PROG= expr
SRCS= expr.y
YFLAGS=
+NO_WERROR= "GCC can't handle C99 printf formats."
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud