Use C99 for the kernel.
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user