aboutsummaryrefslogtreecommitdiff
path: root/comms/hcidump/files/patch-parser-Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2015-02-20 17:16:12 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2015-02-20 17:16:12 +0000
commit18321e192f90a068c9e579251d15a770f50283ac (patch)
treeaf592f4123824096d0a054972bebe2b713938fa5 /comms/hcidump/files/patch-parser-Makefile
parentcc33b4c3c2bd1752ff89ef15f97ee15ec5548651 (diff)
Improve previous commit: Fix unused bug and disable Werror while here
Suggested by: marino
Notes
Notes: svn path=/head/; revision=379452
Diffstat (limited to 'comms/hcidump/files/patch-parser-Makefile')
-rw-r--r--comms/hcidump/files/patch-parser-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hcidump/files/patch-parser-Makefile b/comms/hcidump/files/patch-parser-Makefile
index d980f82c6a69..99bf46acbe4c 100644
--- a/comms/hcidump/files/patch-parser-Makefile
+++ b/comms/hcidump/files/patch-parser-Makefile
@@ -6,7 +6,7 @@
WARNS?= 2
-DEBUG_FLAGS= -g
-CFLAGS= -O2
-+CWARNFLAGS+= -Wno-unused
++NO_WERROR= yes
+CFLAGS?= -O2
NOPROFILE= 1