]> granicus.if.org Git - postgis/commit
Fix a "set but not used" warning.
authorSandro Santilli <strk@keybit.net>
Fri, 12 Oct 2012 08:34:35 +0000 (08:34 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 12 Oct 2012 08:34:35 +0000 (08:34 +0000)
commita6b7a4dc3897f4b32b439fd93c48370e126025c3
tree1032d7bddd48d27b9629f7147ccfb3678f97c6bd
parenta1b679b776260d49e9218c766f92347aee5962ed
Fix a "set but not used" warning.

This was about the return from getPoint2d_p, but it really only
returns zero on error and after lwerror was called, and only if
a PARANOIA compile time macro is set...

git-svn-id: http://svn.osgeo.org/postgis/trunk@10414 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/lwalgorithm.c