From bc4515b30307796642d6eebb6527e9baebd70167 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 10 Feb 2005 16:34:26 +0000 Subject: [PATCH] Added -Wall to CFLAGS git-svn-id: http://svn.osgeo.org/postgis/trunk@1391 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/Makefile b/loader/Makefile index de941d594..70710dc6d 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -20,7 +20,7 @@ ifeq ($(USE_ICONV),1) override CFLAGS += -DUSE_ICONV endif -override CFLAGS := -g -I.. -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' -DUSE_VERSION=$(USE_VERSION) +override CFLAGS := -g -Wall -I.. -I$(srcdir) -I$(top_builddir)/src/interfaces/libpq $(CFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' -DUSE_VERSION=$(USE_VERSION) all: shp2pgsql$(EXE) pgsql2shp$(EXE) -- 2.40.0