From e3ccbe82410f92d6b23bb15ed521f68cb442efbc Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 29 Apr 2015 16:11:39 +0000 Subject: [PATCH] Quiet pedantic warnings some git-svn-id: http://svn.osgeo.org/postgis/trunk@13460 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/effectivearea.c | 2 +- liblwgeom/lwgeodetic.h | 3 ++- liblwgeom/varint.h | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/liblwgeom/effectivearea.c b/liblwgeom/effectivearea.c index ddcd19cbb..a57f2f81c 100644 --- a/liblwgeom/effectivearea.c +++ b/liblwgeom/effectivearea.c @@ -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 + diff --git a/liblwgeom/lwgeodetic.h b/liblwgeom/lwgeodetic.h index 74c976d01..5da411a5d 100644 --- a/liblwgeom/lwgeodetic.h +++ b/liblwgeom/lwgeodetic.h @@ -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 +*/ + diff --git a/liblwgeom/varint.h b/liblwgeom/varint.h index ed44f7bf4..8fd824726 100644 --- a/liblwgeom/varint.h +++ b/liblwgeom/varint.h @@ -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 */ + -- 2.50.1