]> granicus.if.org Git - postgis/commitdiff
Quiet pedantic warnings some
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 29 Apr 2015 16:11:39 +0000 (16:11 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 29 Apr 2015 16:11:39 +0000 (16:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13460 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/effectivearea.c
liblwgeom/lwgeodetic.h
liblwgeom/varint.h

index ddcd19cbb3697b94625156f3441f84228cc79bed..a57f2f81c4cdf7680dd2cfba29ea656baea2a33a 100644 (file)
@@ -542,4 +542,4 @@ LWGEOM* lwgeom_set_effective_area(const LWGEOM *igeom,int set_area, double trshl
        }
        return NULL;
 }
\ No newline at end of file
+
index 74c976d01d7e51bb05d35efeb03469748c4a02b1..5da411a5ded2568d5ff32781be5ec9cdececfa42 100644 (file)
@@ -143,4 +143,5 @@ int spheroid_project(const GEOGRAPHIC_POINT *r, const SPHEROID *spheroid, double
 * Maintain consistent units (radians?) throughout all calculations
 * Put an index pointer onto LWGEOM itself, and cache the indexed LWGEOM instead of a bare tree
 * only primitive objects should get a tree
-*/
\ No newline at end of file
+*/
+
index ed44f7bf404b37da509445bb0c85c7fbaddc8b5f..8fd824726684e6277737e098e83fc7c9ed403d50 100644 (file)
@@ -59,4 +59,5 @@ should be faster than reading it properly
 nValues tells how many varInts to jump over*/
 void varint_64_jump_n(uint8_t **data, int nValues, uint8_t *the_end);
 
-#endif /* !defined _LIBLWGEOM_VARINT_H  */
\ No newline at end of file
+#endif /* !defined _LIBLWGEOM_VARINT_H  */
+