Remove -Wno-missing-braces flag

This commit is contained in:
Justin Traglia 2024-03-04 10:19:23 -06:00
parent 5c92e043c9
commit 9ae1bff427
1 changed files with 1 additions and 1 deletions

View File

@ -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)