diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
| commit | 2cadc0a98ee3c64ffebc2c07ab4e9f6537016d8b (patch) | |
| tree | 235b21d2b7c06335e0a4ab36debb482acb63dba9 /gnu/usr.bin/binutils/Makefile.inc | |
| parent | 5ce88ec47ecaa4ab3b3468d803064b5d236e8e65 (diff) | |
Turn up WARNS as high as possible.
Tested by: gcc31, gcc32, /usr/bin/cc
Notes
svn path=/head/; revision=92206
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc b/gnu/usr.bin/binutils/Makefile.inc index f314c0dff49e..a988a12b9466 100644 --- a/gnu/usr.bin/binutils/Makefile.inc +++ b/gnu/usr.bin/binutils/Makefile.inc @@ -3,3 +3,4 @@ # BINDIR?= /usr/libexec/elf +WARNS?= 3 |
