Use C99 for the kernel.

This commit is contained in:
David E. O'Brien
2003-05-03 18:05:56 +00:00
parent d2d8d8cf9d
commit 1d7157c5c3
+1 -1
View File
@@ -8,7 +8,7 @@
# also pop up, but are easier to fix. # also pop up, but are easier to fix.
CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-fformat-extensions -ansi -fformat-extensions -std=c99
# #
# The following flags are next up for working on: # The following flags are next up for working on:
# -W # -W