]> granicus.if.org Git - postgis/commit
Fix Travis GCC warnings
authorDarafei Praliaskouski <me@komzpa.net>
Thu, 13 Sep 2018 13:48:42 +0000 (13:48 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Thu, 13 Sep 2018 13:48:42 +0000 (13:48 +0000)
commitc61e871d83fecbbc58b6355f058286b212055cc7
treec85946ee835cd810ee3e807c240a775996bcf558
parent0ca88f047747cbaa9913941191c4ce2763363d9c
Fix Travis GCC warnings

-Wno-implicit-fallthrough added because of Bison-generated code.

-Wno-unknown-warning-option added because of clang.

-Wno-cast-function-type added because of SFCGAL error printing.

Most other warnings fixed.

Closes https://github.com/postgis/postgis/pull/299

git-svn-id: http://svn.osgeo.org/postgis/trunk@16776 b70326c6-7e19-0410-871a-916f4a2858ee
17 files changed:
.travis.yml
doc/html/image_src/Makefile.in
extensions/address_standardizer/pagc_api.h
extensions/address_standardizer/tokenize.c
liblwgeom/Makefile.in
liblwgeom/cunit/Makefile.in
liblwgeom/lwhomogenize.c
liblwgeom/lwinline.h
liblwgeom/lwkmeans.c
libpgcommon/Makefile.in
loader/Makefile.in
loader/cunit/Makefile.in
raster/Makefile.in
raster/loader/Makefile.in
raster/rt_core/Makefile.in
raster/rt_pg/rtpg_mapalgebra.c
raster/test/cunit/Makefile.in