[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-53-g8970075
git at osgeo.org
git at osgeo.org
Fri Apr 17 05:11:05 PDT 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 8970075ee6cfdf7390b58b2fbb7c3f1bbfbbc234 (commit)
from d978bb47833b42af4059680989a7fa04558f837d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8970075ee6cfdf7390b58b2fbb7c3f1bbfbbc234
Author: Raúl Marín <git at rmr.ninja>
Date: Fri Apr 17 14:10:45 2020 +0200
Raster cunit: Add missing guards
References #4667
diff --git a/raster/test/cunit/cu_tester.h b/raster/test/cunit/cu_tester.h
index 263359c..abefc7f 100644
--- a/raster/test/cunit/cu_tester.h
+++ b/raster/test/cunit/cu_tester.h
@@ -8,6 +8,9 @@
*
**********************************************************************/
+#ifndef _CU_RASTER_TESTER_H
+#define _CU_RASTER_TESTER_H 1
+
#include "librtcore.h"
#include "../../../postgis_config.h"
@@ -35,3 +38,5 @@ rt_band cu_add_band(
/* Our internal callback to register Suites with the main tester */
typedef void (*PG_SuiteSetup)(void);
+
+#endif /* _CU_RASTER_TESTER_H */
-----------------------------------------------------------------------
Summary of changes:
raster/test/cunit/cu_tester.h | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list