svn commit: r379445 - head/comms/hcidump/files

Tilman Keskinoz arved at FreeBSD.org
Fri Feb 20 16:25:33 UTC 2015


Author: arved
Date: Fri Feb 20 16:25:32 2015
New Revision: 379445
URL: https://svnweb.freebsd.org/changeset/ports/379445
QAT: https://qat.redports.org/buildarchive/r379445/

Log:
  Add -Wno-unused to prevent Werror from triggering with gcc48
  
  PR:             197284
  Submitted by:   dewayne at heuristicsystems.com.au

Modified:
  head/comms/hcidump/files/patch-parser-Makefile

Modified: head/comms/hcidump/files/patch-parser-Makefile
==============================================================================
--- head/comms/hcidump/files/patch-parser-Makefile	Fri Feb 20 16:19:20 2015	(r379444)
+++ head/comms/hcidump/files/patch-parser-Makefile	Fri Feb 20 16:25:32 2015	(r379445)
@@ -1,11 +1,12 @@
 --- parser/Makefile.orig	Fri Mar 12 23:16:59 2004
 +++ parser/Makefile	Fri Dec 10 21:07:28 2004
-@@ -7,8 +7,7 @@
+@@ -7,8 +7,8 @@
  MAN=
  SRCS=		bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c
  WARNS?=		2
 -DEBUG_FLAGS=	-g
 -CFLAGS=		-O2
++CWARNFLAGS+=	-Wno-unused
 +CFLAGS?=	-O2
  
  NOPROFILE=	1


More information about the svn-ports-head mailing list