From e53b573688e5c9f9a345f07fa4f933e0bca09eba Mon Sep 17 00:00:00 2001 From: sean Date: Tue, 19 Jun 2012 02:37:51 +0000 Subject: [PATCH] =?UTF-8?q?Added=20-Wno-deprecated-declarations=20to=20the?= =?UTF-8?q?=20make=20file=20to=20supress=20the=20warning=20"nmap-update.c:?= =?UTF-8?q?=20In=20function=20=E2=80=98checkout=5Fsvn=E2=80=99:=20nmap-upd?= =?UTF-8?q?ate.c:894:2:=20warning:=20=E2=80=98svn=5Fclient=5Fcheckout2?= =?UTF-8?q?=E2=80=99=20is=20deprecated=20(declared=20at=20/usr/include/sub?= =?UTF-8?q?version-1/svn=5Fclient.h:1072)=20[-Wdeprecated-declarations]"?= =?UTF-8?q?=20Because=20as=20was=20pointed=20out=20in=20http://seclists.or?= =?UTF-8?q?g/nmap-dev/2012/q2/818=20the=20SDK=20for=20OSX=20doesn't=20yet?= =?UTF-8?q?=20support=20SVN3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nmap-update/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap-update/Makefile.in b/nmap-update/Makefile.in index 4d5839604..542699d61 100644 --- a/nmap-update/Makefile.in +++ b/nmap-update/Makefile.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)