]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
rumprun_base: crank up WARNS
authorAntti Kantee <pooka@iki.fi>
Sun, 18 Oct 2015 13:38:58 +0000 (13:38 +0000)
committerAntti Kantee <pooka@iki.fi>
Sun, 18 Oct 2015 13:38:58 +0000 (13:38 +0000)
lib/librumprun_base/Makefile

index 618e53a98dac5ea0b985e97e42dec24f49c1fe55..a1df09e97270f6c6f2389b25e01ff6838f4a483e 100644 (file)
@@ -7,6 +7,8 @@ SRCS+=          syscall_mman.c syscall_misc.c
 SRCS+=         __errno.c _lwp.c libc_stubs.c
 SRCS+=         sysproxy.c
 
+WARNS=         5
+
 CPPFLAGS+=     -I${.CURDIR}/../../include
 
 .include <bsd.lib.mk>