diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-08-25 08:05:02 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-08-25 08:05:02 +0000 |
| commit | 64fc62d40722d2b430a610b36544ae2d69ef87c4 (patch) | |
| tree | 18cbacdc928ce93ce849c4f2ec81ba1483caf7bc | |
| parent | 4e1e73eb945cb02783f4e9c44263a7f5babc2202 (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.kern.mk | 8 | ||||
| -rw-r--r-- | sys/conf/kern.mk | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk index a1de155ff2af..edc21efbe802 100644 --- a/share/mk/bsd.kern.mk +++ b/share/mk/bsd.kern.mk @@ -6,18 +6,12 @@ # Note that the newly added -Wcast-qual is responsible for generating # most of the remaining warnings. Warnings introduced with -Wall will # also pop up, but are easier to fix. -# -# XXX FIXME - revert to -fformat-extensions when we've re-added it CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -Wno-format -ansi + -fformat-extensions -ansi # # The following flags are next up for working on: # -W -# -# When working on removing warnings from code, the `-Werror' flag should be -# of material assistance. -# # # On the i386, do not align the stack to 16-byte boundaries. Otherwise GCC diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index a1de155ff2af..edc21efbe802 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -6,18 +6,12 @@ # Note that the newly added -Wcast-qual is responsible for generating # most of the remaining warnings. Warnings introduced with -Wall will # also pop up, but are easier to fix. -# -# XXX FIXME - revert to -fformat-extensions when we've re-added it CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -Wno-format -ansi + -fformat-extensions -ansi # # The following flags are next up for working on: # -W -# -# When working on removing warnings from code, the `-Werror' flag should be -# of material assistance. -# # # On the i386, do not align the stack to 16-byte boundaries. Otherwise GCC |
