Strictly adhere to ANSI-C standard

This commit is contained in:
Bert Münnich
2011-10-13 16:50:06 +02:00
parent a09b20c5e6
commit 4383a651c7
8 changed files with 26 additions and 35 deletions

View File

@ -1,7 +1,7 @@
VERSION = git-20111012
VERSION = git-20111013
CC = gcc
CFLAGS = -Wall -pedantic -O2
CFLAGS = -ansi -Wall -pedantic -O2
LDFLAGS =
LIBS = -lX11 -lImlib2