]> granicus.if.org Git - postgis/commitdiff
Added -Wall to CFLAGS
authorSandro Santilli <strk@keybit.net>
Thu, 10 Feb 2005 16:34:26 +0000 (16:34 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 10 Feb 2005 16:34:26 +0000 (16:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1391 b70326c6-7e19-0410-871a-916f4a2858ee

loader/Makefile

index de941d594a26030f3aa9fb8b6acebf72304630b3..70710dc6d8a302ad7fa37ce985cb4b80474a265c 100644 (file)
@@ -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)