Module Name:    src
Committed By:   joerg
Date:           Tue Oct 11 15:18:09 UTC 2011

Modified Files:
        src/external/gpl3/gdb: Makefile.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/Makefile.inc
diff -u src/external/gpl3/gdb/Makefile.inc:1.2 src/external/gpl3/gdb/Makefile.inc:1.3
--- src/external/gpl3/gdb/Makefile.inc:1.2	Sun Oct  9 13:58:27 2011
+++ src/external/gpl3/gdb/Makefile.inc	Tue Oct 11 15:18:09 2011
@@ -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 @@ WARNS?=		0
 
 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

Reply via email to