Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/dist/gcc/cp Pullup 1.5 [releng]:



details:   https://anonhg.NetBSD.org/src/rev/88c9aa8716a1
branches:  netbsd-1-5
changeset: 489787:88c9aa8716a1
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Oct 17 14:55:51 2000 +0000

description:
Pullup 1.5 [releng]:
Support for stricter format checks (needed for format string pullups).

diffstat:

 gnu/dist/gcc/cp/decl2.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r bb9acdfe0850 -r 88c9aa8716a1 gnu/dist/gcc/cp/decl2.c
--- a/gnu/dist/gcc/cp/decl2.c   Tue Oct 17 14:55:39 2000 +0000
+++ b/gnu/dist/gcc/cp/decl2.c   Tue Oct 17 14:55:51 2000 +0000
@@ -240,6 +240,7 @@
 
 int warn_format;
 int warn_format_y2k;
+int warn_format_extra_args = 1;
 
 /* Warn about a subscript that has type char.  */
 



Home | Main Index | Thread Index | Old Index