mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
WARNS from 3 to 4. still some warnings about assigning const char * to
char *, but we'll fix those later.
This commit is contained in:
parent
4b74b09895
commit
3af9aed6c5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92972
@ -6,7 +6,7 @@ MAN= rpc.lockd.8
|
||||
MLINKS= rpc.lockd.8 lockd.8
|
||||
SRCS= kern.c nlm_prot_svc.c lockd.c lock_proc.c lockd_lock.c
|
||||
NO_WERROR= YES
|
||||
WARNS?= 3
|
||||
WARNS?= 4
|
||||
|
||||
CFLAGS+= -I. -I${DESTDIR}/usr/include/rpcsvc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user