]> granicus.if.org Git - postgis/commit
- cleaned up all the compiler warnings
authorChris Hodgson <chodgson@refractions.net>
Thu, 17 Oct 2002 16:45:04 +0000 (16:45 +0000)
committerChris Hodgson <chodgson@refractions.net>
Thu, 17 Oct 2002 16:45:04 +0000 (16:45 +0000)
commit6fd46b3fabee0d4ec5abe4c1f005f88f7ca7e596
treeccbafa8e83630f366700396c4fce00b60f031486
parentf701e95fe70c7fbff0568f6226e37b601c4a99c4
- cleaned up all the compiler warnings
- for getopt.c, this involved moving the line:
      extern char *getenv(const char *name);
  outside of the two nested #ifdefs that it was inside, as it is always required (the code that calls it isn't inside any #ifdefs) Perhaps this may break compilation in non-linux/gnu environments?

git-svn-id: http://svn.osgeo.org/postgis/trunk@202 b70326c6-7e19-0410-871a-916f4a2858ee
loader/dbfopen.c
loader/getopt.c
loader/shp2pgsql.c
loader/shpopen.c