Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 12:35:05 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r272200 - soc2014/dpl/netmap-ipfwjit
Message-ID:  <201408111235.s7BCZ53j027848@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Mon Aug 11 12:35:05 2014
New Revision: 272200
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272200

Log:
  Added flag to avoid warning with certain compatibility problems.

Modified:
  soc2014/dpl/netmap-ipfwjit/Makefile.kipfw

Modified: soc2014/dpl/netmap-ipfwjit/Makefile.kipfw
==============================================================================
--- soc2014/dpl/netmap-ipfwjit/Makefile.kipfw	Mon Aug 11 10:27:59 2014	(r272199)
+++ soc2014/dpl/netmap-ipfwjit/Makefile.kipfw	Mon Aug 11 12:35:05 2014	(r272200)
@@ -75,7 +75,7 @@
 #Flags needed for jit.cc
 J_CFLAGS += $(INCDIRS) $(NETMAP_FLAGS)
 J_CFLAGS += -DINET -D_KERNEL -D_BSD_SOURCE -DKERNEL_SIDE -DUSERSPACE
-J_CFLAGS += -I ../extra/
+J_CFLAGS += -I ../extra/ -Wno-extern-c-compat
 
 #ipfw + dummynet section, other parts are not compiled in
 SRCS_IPFW	 = ip_fw2.c ip_fw_pfil.c ip_fw_sockopt.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408111235.s7BCZ53j027848>