From: Antti Kantee Date: Sun, 18 Oct 2015 13:38:58 +0000 (+0000) Subject: rumprun_base: crank up WARNS X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4d4f8962b82a5ca565c11ae194d6abc86959087e;p=osstest%2Frumprun.git rumprun_base: crank up WARNS --- diff --git a/lib/librumprun_base/Makefile b/lib/librumprun_base/Makefile index 618e53a..a1df09e 100644 --- a/lib/librumprun_base/Makefile +++ b/lib/librumprun_base/Makefile @@ -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