Fix compilation of gifanalyzer on old GCC versions

0b00000 is not standard C, use 0x00 litterals.
Also fix printf format
This commit is contained in:
Thomas Bernard
2018-01-30 13:28:42 +01:00
parent c36729b5bc
commit a4b80c75e1
2 changed files with 25 additions and 14 deletions

View File

@@ -1,4 +1,11 @@
CFLAGS=-Wall
#LDLIBS=-lm
.PHONY: all clean
all: gifanalyzer
clean:
$(RM) *.o gifanalyzer
gifanalyzer: gifanalyzer.o