From 0d9781668f110f01f0c9c06f4b7002d2e42aa233 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Sun, 29 Feb 2004 16:45:03 +0000 Subject: [PATCH] *** empty log message *** --- src/c/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/c/Makefile.in b/src/c/Makefile.in index 5f7e34ee4..5c43a2f2e 100644 --- a/src/c/Makefile.in +++ b/src/c/Makefile.in @@ -10,9 +10,9 @@ VPATH = @srcdir@ TRUE_CC = @CC@ CC = @ECL_CC@ CFLAGS = -c -I$(srcdir) -I$(HDIR) -I../h @BOEHM_HEADERS@ @CFLAGS@ @ECL_CFLAGS@ \ - -Wall -W -Wfloat-equal -Wundef -Wendif-labels -Wpointer-arith -Wcast-align \ - -Wwrite-strings -Wconversion -Wsign-compare -Wmissing-prototypes -Wredundant-decls \ - -Wunreachable-code -Winline +# -Wall -W -Wfloat-equal -Wundef -Wendif-labels -Wpointer-arith -Wcast-align \ +# -Wwrite-strings -Wconversion -Wsign-compare -Wmissing-prototypes -Wredundant-decls \ +# -Wunreachable-code -Winline SHELL = /bin/sh RM = @RM@