Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/gettext/lib/libnlspr Specify -Wno-format-extra...



details:   https://anonhg.NetBSD.org/src/rev/848b81cd1afb
branches:  trunk
changeset: 833406:848b81cd1afb
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jun 23 20:15:23 2018 +0000

description:
Specify -Wno-format-extra-args for Clang/LLVM in gpl2/gettext

This is needed with Clang v. 7svn (HEAD) 2018-06-23 snapshot.

diffstat:

 external/gpl2/gettext/lib/libnlspr/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2bc39128c897 -r 848b81cd1afb external/gpl2/gettext/lib/libnlspr/Makefile
--- a/external/gpl2/gettext/lib/libnlspr/Makefile       Sat Jun 23 19:40:59 2018 +0000
+++ b/external/gpl2/gettext/lib/libnlspr/Makefile       Sat Jun 23 20:15:23 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2016/01/15 18:03:32 tron Exp $
+#      $NetBSD: Makefile,v 1.4 2018/06/23 20:15:23 kamil Exp $
 
 LIBISPRIVATE=  yes
 
@@ -102,6 +102,7 @@
 COPTS.msgl-fsearch.c = -Wno-variably-modified
 
 CWARNFLAGS.clang+=     -Wno-tautological-compare
+CWARNFLAGS.clang+=     -Wno-format-extra-arg
 
 .include <bsd.lib.mk>
 



Home | Main Index | Thread Index | Old Index