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 revisions 1.2-1.3 (requested by is):



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

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

diffstat:

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

diffs (14 lines):

diff -r 32ecc9008629 -r db509da0ef4d gnu/dist/gcc/toplev.c
--- a/gnu/dist/gcc/toplev.c     Thu Oct 19 15:58:43 2000 +0000
+++ b/gnu/dist/gcc/toplev.c     Thu Oct 19 15:58:46 2000 +0000
@@ -978,8 +978,10 @@
   { "-Wno-comments", },
   { "-Wconversion", "Warn about possibly confusing type conversions" },
   { "-Wno-conversion", "" },
+  { "-Wnetbsd-format-audit", "NetBSD format audit" },
   { "-Wformat", "Warn about printf format anomalies" },
   { "-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