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 Pull up revision 1.3 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/404e5e88837a
branches: netbsd-1-4
changeset: 471049:404e5e88837a
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 15:58:40 2000 +0000
description:
Pull up revision 1.3 (requested by is):
Implement enhanced format string checking. New options:
-Wnetbsd-format-audit and -Wno-format-extra-args.
diffstat:
gnu/dist/gcc/c-tree.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 7f2037ebfa0c -r 404e5e88837a gnu/dist/gcc/c-tree.h
--- a/gnu/dist/gcc/c-tree.h Thu Oct 19 15:58:39 2000 +0000
+++ b/gnu/dist/gcc/c-tree.h Thu Oct 19 15:58:40 2000 +0000
@@ -473,6 +473,7 @@
extern int warn_format;
extern int warn_format_y2k;
+extern int warn_format_extra_args;
/* Warn about a subscript that has type char. */
Home |
Main Index |
Thread Index |
Old Index