Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb Disable format string validation with clan...



details:   https://anonhg.NetBSD.org/src/rev/41bd2fed2a49
branches:  trunk
changeset: 770294:41bd2fed2a49
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Oct 11 15:18:09 2011 +0000

description:
Disable format string validation with clang, it doesn't like gettext too
much.

diffstat:

 external/gpl3/gdb/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a6a26e2fb597 -r 41bd2fed2a49 external/gpl3/gdb/Makefile.inc
--- a/external/gpl3/gdb/Makefile.inc    Tue Oct 11 15:13:08 2011 +0000
+++ b/external/gpl3/gdb/Makefile.inc    Tue Oct 11 15:18:09 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/10/09 13:58:27 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/10/11 15:18:09 joerg Exp $
 
 USE_LIBEDIT=no
 USE_TUI=yes
@@ -7,6 +7,7 @@
 
 CWARNFLAGS.clang+=     -Wno-unused-value -Wno-conversion \
                        -Wno-switch-enum -Wno-parentheses -Wno-comment \
+                       -Wno-format-security \
                        -Wno-tautological-compare -Wno-format-extra-args
 
 DIST=          ${NETBSDSRCDIR}/external/gpl3/gdb/dist



Home | Main Index | Thread Index | Old Index