From: Sandro Santilli Date: Wed, 25 Jun 2014 09:49:42 +0000 (+0000) Subject: Fix warning: no previous prototype for 'lwgeom_sfcgal_version' X-Git-Tag: 2.2.0rc1~1060 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bf532be2f62dbf76fcba6e2c40b3574972bcb49;p=postgis Fix warning: no previous prototype for 'lwgeom_sfcgal_version' git-svn-id: http://svn.osgeo.org/postgis/trunk@12656 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwgeom_sfcgal.h b/liblwgeom/lwgeom_sfcgal.h index 98ea9536f..2e29c6ea2 100644 --- a/liblwgeom/lwgeom_sfcgal.h +++ b/liblwgeom/lwgeom_sfcgal.h @@ -19,7 +19,7 @@ /* return SFCGAL version string */ const char* -lwgeom_sfcgal_version(); +lwgeom_sfcgal_version(void); /* Convert SFCGAL structure to lwgeom PostGIS */ LWGEOM*