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 Fix typo in previous



details:   https://anonhg.NetBSD.org/src/rev/95b6d41c1721
branches:  trunk
changeset: 320155:95b6d41c1721
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Jun 24 19:27:26 2018 +0000

description:
Fix typo in previous

The -Wno-format-extra-args argument to Clang/LLVM needs trailing 's'.

Noted by <joerg>

diffstat:

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

diffs (18 lines):

diff -r e4699fb91693 -r 95b6d41c1721 external/gpl2/gettext/lib/libnlspr/Makefile
--- a/external/gpl2/gettext/lib/libnlspr/Makefile       Sun Jun 24 19:04:30 2018 +0000
+++ b/external/gpl2/gettext/lib/libnlspr/Makefile       Sun Jun 24 19:27:26 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2018/06/23 20:15:23 kamil Exp $
+#      $NetBSD: Makefile,v 1.5 2018/06/24 19:27:26 kamil Exp $
 
 LIBISPRIVATE=  yes
 
@@ -102,7 +102,7 @@
 COPTS.msgl-fsearch.c = -Wno-variably-modified
 
 CWARNFLAGS.clang+=     -Wno-tautological-compare
-CWARNFLAGS.clang+=     -Wno-format-extra-arg
+CWARNFLAGS.clang+=     -Wno-format-extra-args
 
 .include <bsd.lib.mk>
 



Home | Main Index | Thread Index | Old Index