From 3d06e95d3568a54052e903159808fea00a2d1e31 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 May 2001 20:45:25 +0000 Subject: Fix warnings to compile with WARNS=2 on i386 and alpha Reviewed by: bde --- bin/expr/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/expr/Makefile') diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 544853e10a25..4857ca6d44c0 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -3,5 +3,6 @@ PROG= expr SRCS= expr.y YFLAGS= +WARNS?= 2 .include -- cgit v1.2.3