Added -Wjump-misses-init and fixed uninitialized warnings

This commit is contained in:
Christopher Haster
2018-09-26 10:11:40 -05:00
parent 1b7a15599e
commit 646b1b5a6c
2 changed files with 117 additions and 110 deletions

View File

@@ -25,7 +25,8 @@ ifdef WORD
override CFLAGS += -m$(WORD)
endif
override CFLAGS += -I.
override CFLAGS += -std=c99 -Wall -pedantic -Wshadow -Wunused-parameter
override CFLAGS += -std=c99 -Wall -pedantic
override CFLAGS += -Wshadow -Wunused-parameter -Wjump-misses-init
all: $(TARGET)