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 Pullup 1.2 and 1.3 [releng]:



details:   https://anonhg.NetBSD.org/src/rev/294f816c4b31
branches:  netbsd-1-5
changeset: 489788:294f816c4b31
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Oct 17 17:59:33 2000 +0000

description:
Pullup 1.2 and 1.3 [releng]:
Add -Wnetbsd-format-audit to the acceptable options list.

diffstat:

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

diffs (13 lines):

diff -r 88c9aa8716a1 -r 294f816c4b31 gnu/dist/gcc/toplev.c
--- a/gnu/dist/gcc/toplev.c     Tue Oct 17 14:55:51 2000 +0000
+++ b/gnu/dist/gcc/toplev.c     Tue Oct 17 17:59:33 2000 +0000
@@ -986,7 +986,9 @@
   { "-Wconversion", "Warn about possibly confusing type conversions" },
   { "-Wno-conversion", "" },
   { "-Wformat", "Warn about printf format anomalies" },
+  { "-Wnetbsd-format-audit", "NetBSD format audit" },
   { "-Wno-format", "" },
+  { "-Wno-format-extra-args", "" },
   { "-Wimplicit-function-declaration",
     "Warn about implicit function declarations" },
   { "-Wno-implicit-function-declaration", "" },



Home | Main Index | Thread Index | Old Index