Somehow I never had -pedantic; fixed.
This commit is contained in:
parent
cfa09ecba0
commit
794186a5a9
|
@ -10,7 +10,7 @@ OFILES := $(OFILES:%=$(OBJDIR)/%.o)
|
||||||
|
|
||||||
CFLAGS += \
|
CFLAGS += \
|
||||||
-g \
|
-g \
|
||||||
-Wall -Wextra \
|
-Wall -Wextra -pedantic \
|
||||||
-Wno-unused-parameter \
|
-Wno-unused-parameter \
|
||||||
-Wno-switch \
|
-Wno-switch \
|
||||||
--std=c99
|
--std=c99
|
||||||
|
@ -19,7 +19,7 @@ CFLAGS += \
|
||||||
# this will hopelessly disbar Haiku for GCC 2
|
# this will hopelessly disbar Haiku for GCC 2
|
||||||
CXXFLAGS += \
|
CXXFLAGS += \
|
||||||
-g \
|
-g \
|
||||||
-Wall -Wextra \
|
-Wall -Wextra -pedantic \
|
||||||
-Wno-unused-parameter \
|
-Wno-unused-parameter \
|
||||||
-Wno-switch \
|
-Wno-switch \
|
||||||
--std=c++03
|
--std=c++03
|
||||||
|
|
Loading…
Reference in New Issue