diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-26 20:45:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-26 20:45:25 +0000 |
commit | 3d06e95d3568a54052e903159808fea00a2d1e31 (patch) | |
tree | bc89e6ef07cf9015809d7ea4b3ab3feea0e8148e /bin/expr/Makefile | |
parent | e33457d7eb9203b7a3d4ab6123e882d79de8b479 (diff) | |
download | src-3d06e95d3568a54052e903159808fea00a2d1e31.tar.gz src-3d06e95d3568a54052e903159808fea00a2d1e31.zip |
Fix warnings to compile with WARNS=2 on i386 and alpha
Reviewed by: bde
Notes
Notes:
svn path=/head/; revision=77244
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r-- | bin/expr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bsd.prog.mk> |