diff options
author | imp <imp@FreeBSD.org> | 2011-06-16 18:00:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2011-06-16 18:00:27 +0000 |
commit | a005d8ef076768abf644db2bf56b5664fd926e3e (patch) | |
tree | 160c44ec9fdada9bf4181edf13696793818a5466 /lib/libstand | |
parent | c7e47a0b817b315abc257680794d408d2fc75290 (diff) | |
download | FreeBSD-src-a005d8ef076768abf644db2bf56b5664fd926e3e.zip FreeBSD-src-a005d8ef076768abf644db2bf56b5664fd926e3e.tar.gz |
Setting warnings without make universe considered harmful. Revert to WARNS=0
until such time that the warnings at =2 are fixed for all platforms.
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 6024350..05f0995 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -15,7 +15,7 @@ NO_PIC= INCS= stand.h MAN= libstand.3 -WARNS?= 2 +WARNS?= 0 CFLAGS+= -ffreestanding -Wformat CFLAGS+= -I${.CURDIR} |