Remove strict-prototype warnings

This commit is contained in:
Kevin Lange 2014-05-02 18:34:07 -07:00
parent 16fa61ca7c
commit 84034bfa2b

View File

@ -8,7 +8,7 @@ NM = i686-pc-toaru-nm
CFLAGS = -O2 -std=c99
CFLAGS += -finline-functions -ffreestanding
CFLAGS += -Wall -Wextra -Wno-unused-function -Wno-unused-parameter
CFLAGS += -Wstrict-prototypes -pedantic -fno-omit-frame-pointer
CFLAGS += -pedantic -fno-omit-frame-pointer
CFLAGS += -D_KERNEL_
# Kernel autoversioning with git sha