Added -Wno-format

SVN revision: 765
This commit is contained in:
2004-02-16 15:50:14 +00:00
parent 3b72352ce2
commit 9df3193aa9
+1 -1
View File
@@ -9,7 +9,7 @@
CC = gcc
LIBS =
CFLAGS = -g -O -Wall
CFLAGS = -g -O -W -Wall -Wno-format
IFLAGS = -kr -nut -i3 -l90
EXECS = elog elogd elconv
DESTDIR = /usr/local/bin