diff options
author | uqs <uqs@FreeBSD.org> | 2010-03-05 13:29:05 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-03-05 13:29:05 +0000 |
commit | 92e839db2442ec779da5345c0b15da98b2195ba6 (patch) | |
tree | 04c2e254062b5a5e14ea73745ab29c2146264263 /lib/csu/Makefile.inc | |
parent | b59a09ce7933da1dcf2be030f1a578a03364dd7a (diff) | |
download | FreeBSD-src-92e839db2442ec779da5345c0b15da98b2195ba6.zip FreeBSD-src-92e839db2442ec779da5345c0b15da98b2195ba6.tar.gz |
Use default WARNS setting (of 6) for lib/csu.
PR: bin/140089
Reviewed by: jmallett
Approved by: ed (co-mentor)
Diffstat (limited to 'lib/csu/Makefile.inc')
-rw-r--r-- | lib/csu/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/Makefile.inc b/lib/csu/Makefile.inc index 51e9fdf..078cb9f 100644 --- a/lib/csu/Makefile.inc +++ b/lib/csu/Makefile.inc @@ -2,4 +2,4 @@ SSP_CFLAGS= -WARNS?= 6 +.include "../Makefile.inc" |