Source-Changes-HG archive

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

[src/netbsd-1-4]: src/gnu/dist/gcc/cp Pull up revision 1.5 (requested by is):



details:   https://anonhg.NetBSD.org/src/rev/32ecc9008629
branches:  netbsd-1-4
changeset: 471050:32ecc9008629
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 15:58:43 2000 +0000

description:
Pull up revision 1.5 (requested by is):
  Implement enhanced format string checking.  New options:
  -Wnetbsd-format-audit and -Wno-format-extra-args.

diffstat:

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

diffs (11 lines):

diff -r 404e5e88837a -r 32ecc9008629 gnu/dist/gcc/cp/decl2.c
--- a/gnu/dist/gcc/cp/decl2.c   Thu Oct 19 15:58:40 2000 +0000
+++ b/gnu/dist/gcc/cp/decl2.c   Thu Oct 19 15:58:43 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