Remove -Wno-missing-braces flag
This commit is contained in:
parent
5c92e043c9
commit
9ae1bff427
|
@ -20,7 +20,7 @@ ifeq ($(PLATFORM),Darwin)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The base compiler flags. More can be added on command line.
|
# The base compiler flags. More can be added on command line.
|
||||||
CFLAGS += -I../inc -O2 -Wall -Wextra -Wno-missing-braces
|
CFLAGS += -I../inc -O2 -Wall -Wextra
|
||||||
|
|
||||||
# Cross-platform compilation settings.
|
# Cross-platform compilation settings.
|
||||||
ifeq ($(PLATFORM),Windows)
|
ifeq ($(PLATFORM),Windows)
|
||||||
|
|
Loading…
Reference in New Issue