From 3aea789e6dfe39ccd3c810ce5c8e74aa13e9c555 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 20 Oct 2012 22:06:55 +0000 Subject: Add some more warnings to remove for clang. --- devel/binutils/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 31c1322840f..86b6f838de0 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/07/27 12:34:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.45 2012/10/20 22:06:55 joerg Exp $ DISTNAME= binutils-2.22 CATEGORIES= devel @@ -45,7 +45,8 @@ PLIST.gprof= yes .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) CFLAGS+= -Wno-unused-value -Wno-format-security \ - -Wno-uninitialized -Wno-format + -Wno-uninitialized -Wno-format -Wno-string-plus-int \ + -Wno-empty-body -Wno-self-assign .endif # Prevent the need to run texi2pod.pl and pod2man which would -- cgit v1.2.3