From 8c3936eefacfbd5da81a39cff2a93dfe1a537bf7 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 16 Mar 2004 08:48:49 +0000 Subject: [PATCH] Removed -Wno-format SVN revision: 832 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 062f8133..8042600c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CC = gcc LIBS = -CFLAGS = -g -O -W -Wall -Wno-format +CFLAGS = -g -O -W -Wall IFLAGS = -kr -nut -i3 -l90 EXECS = elog elogd elconv DESTDIR = /usr/local/bin