Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/jemalloc/lib no need to elide format-non-literal



details:   https://anonhg.NetBSD.org/src/rev/db08be9b78aa
branches:  trunk
changeset: 449372:db08be9b78aa
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 04 19:41:51 2019 +0000

description:
no need to elide format-non-literal

diffstat:

 external/bsd/jemalloc/lib/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 11d2a829393c -r db08be9b78aa external/bsd/jemalloc/lib/Makefile.inc
--- a/external/bsd/jemalloc/lib/Makefile.inc    Mon Mar 04 19:41:37 2019 +0000
+++ b/external/bsd/jemalloc/lib/Makefile.inc    Mon Mar 04 19:41:51 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2019/03/04 17:29:24 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2019/03/04 19:41:51 christos Exp $
 
 JEMALLOC:=${.PARSEDIR}/../
 
@@ -42,7 +42,7 @@
 
 COPTS.background_thread.c+=-Wno-error=stack-protector
 COPTS.ctl.c+=-Wno-error=stack-protector
-COPTS.stats.c+=-Wno-error=stack-protector -Wno-error=format-nonliteral
+COPTS.stats.c+=-Wno-error=stack-protector
 COPTS.tcache.c+=-Wno-error=stack-protector
 
 SRCS+=${JEMALLOC_SRCS}



Home | Main Index | Thread Index | Old Index