diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-09-11 21:13:18 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-09-11 21:13:18 +0000 |
commit | 3860fabcb02da4d070bc23bc24b0ad6a00453630 (patch) | |
tree | ab657bd949ee67ec9f1b6b83572df5876eb8291b /usr.bin/stdbuf | |
parent | 4a7f7b10b5ea48a003a4c6adce63c4fff9dba946 (diff) |
WARNS is now default to 6.
Notes
Notes:
svn path=/head/; revision=240372
Diffstat (limited to 'usr.bin/stdbuf')
-rw-r--r-- | usr.bin/stdbuf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/stdbuf/Makefile b/usr.bin/stdbuf/Makefile index ccf139d3e49e..8842a1fdf483 100644 --- a/usr.bin/stdbuf/Makefile +++ b/usr.bin/stdbuf/Makefile @@ -3,6 +3,4 @@ PROG= stdbuf SRCS= stdbuf.c -WARNS?= 6 - .include <bsd.prog.mk> |