Remove various compilation warnings

With the removal of these warnings we slightly improve the robustness of
the highscore parsing, handling some more cases of bad parsing/writing
and failure to open files.
This commit is contained in:
tiehuis
2015-12-30 11:49:04 +13:00
parent 28b4a46336
commit 4520781f25
5 changed files with 27 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
CC ?= clang
CFLAGS += -Wno-visibility -Wno-incompatible-pointer-types -Wall -Wextra -O2 -DINVERT_COLORS -DVT100
CFLAGS += -Wno-visibility -Wno-incompatible-pointer-types -Wall -Wextra -O2 -DINVERT_COLORS -DVT100 -O2
LFLAGS +=
PROGRAM := 2048