From 231b1fc79cda3a038f9b4cd83642966b14daf5cb Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 4 Apr 2012 10:59:44 +0000 Subject: Disable new -Wstring-plus-int warning where needed for now. Adjust various places that add GCC-only options to check for the active compiler first. --- gnu/usr.bin/diffutils/diff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/diffutils') diff --git a/gnu/usr.bin/diffutils/diff/Makefile b/gnu/usr.bin/diffutils/diff/Makefile index edf0b7a68e4..6f44c126b92 100644 --- a/gnu/usr.bin/diffutils/diff/Makefile +++ b/gnu/usr.bin/diffutils/diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/05/26 12:56:27 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/04/04 10:59:46 joerg Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -17,7 +17,7 @@ TEXINFO= diff.texi COPTS.ifdef.c = -Wno-stack-protector -CWARNFLAGS.clang+= -Wno-unused-value +CWARNFLAGS.clang+= -Wno-unused-value -Wno-string-plus-int .include .include -- cgit