Fix minor memory leak, changed standard ansi->c99

This commit is contained in:
Richard James Howe
2018-05-09 19:36:00 +01:00
parent 89eb73216b
commit aa3af70ae5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
STND=-ansi
STND=-std=c99
CFLAGS = $(STND) -pedantic -O3 -g -Wall -Werror -Wextra -Wformat=2 -Wshadow \
-Wno-long-long -Wno-overlength-strings -Wno-format-nonliteral -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wold-style-definition -Wredundant-decls \