mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Set warning level to 2.
This commit is contained in:
parent
208f1b3bd4
commit
44a31c2d7f
1 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ SHLIBDIR= /lib
|
|||
|
||||
LIB=thr
|
||||
SHLIB_MAJOR= 3
|
||||
WARNS?= 2
|
||||
CFLAGS+=-DPTHREAD_KERNEL
|
||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
|
||||
-I${.CURDIR}/../../include
|
||||
|
|
@ -33,7 +34,7 @@ VERSION_MAP=${.CURDIR}/pthread.map
|
|||
MAN= libthr.3
|
||||
|
||||
# enable extra internal consistancy checks
|
||||
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
|
||||
CFLAGS+=-D_PTHREADS_INVARIANTS
|
||||
#CFLAGS+=-g
|
||||
|
||||
PRECIOUSLIB=
|
||||
|
|
|
|||
Loading…
Reference in a new issue