diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
commit | a748290789444352877e207721a7db215206cc9a (patch) | |
tree | 46fa80addd858339c663ba48aaca464400ef1d99 /bin/expr/Makefile | |
parent | 4d2647f96a5405550a2836bd18e6860514cf0cf0 (diff) | |
download | src-a748290789444352877e207721a7db215206cc9a.tar.gz src-a748290789444352877e207721a7db215206cc9a.zip |
Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0.
Reviewed by: mike
Notes
Notes:
svn path=/head/; revision=87323
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r-- | bin/expr/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 4857ca6d44c0..544853e10a25 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -3,6 +3,5 @@ PROG= expr SRCS= expr.y YFLAGS= -WARNS?= 2 .include <bsd.prog.mk> |