diff options
author | joerg <joerg@pkgsrc.org> | 2012-10-20 22:06:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-10-20 22:06:55 +0000 |
commit | 3aea789e6dfe39ccd3c810ce5c8e74aa13e9c555 (patch) | |
tree | 80f4d1cdfeda5cb7c6439f4959c118c44f449974 | |
parent | 59faea2faf13dc2863f56c983340bf44f31f5c3c (diff) | |
download | pkgsrc-3aea789e6dfe39ccd3c810ce5c8e74aa13e9c555.tar.gz |
Add some more warnings to remove for clang.
-rw-r--r-- | devel/binutils/Makefile | 5 |
1 files 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 |