mirror of
https://github.com/nmap/nmap.git
synced 2026-01-19 20:59:01 +00:00
Added -Wno-deprecated-declarations to the make file to supress the warning
"nmap-update.c: In function ‘checkout_svn’: nmap-update.c:894:2: warning: ‘svn_client_checkout2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1072) [-Wdeprecated-declarations]" Because as was pointed out in http://seclists.org/nmap-dev/2012/q2/818 the SDK for OSX doesn't yet support SVN3
This commit is contained in:
@@ -6,7 +6,7 @@ bindir = @bindir@
|
||||
mandir = @mandir@
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
CFLAGS = @CFLAGS@ -Wno-deprecated-declarations
|
||||
CPPFLAGS = @CPPFLAGS@ $(DEFS) -I$(NBASEDIR)
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@ $(NBASELIB)
|
||||
|
||||
Reference in New Issue
Block a user