[geos-commits] [SCM] GEOS branch master updated. eaf1a86f85cf4f07c54cedcfb32b86525ba89949
git at osgeo.org
git at osgeo.org
Fri Nov 27 08:23:48 PST 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 "GEOS".
The branch, master has been updated
via eaf1a86f85cf4f07c54cedcfb32b86525ba89949 (commit)
from 48a603ba15d0048120d2106171ad69117f12341c (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 eaf1a86f85cf4f07c54cedcfb32b86525ba89949
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Nov 27 08:23:38 2020 -0800
CI MS build error
diff --git a/src/index/strtree/SimpleSTRtree.cpp b/src/index/strtree/SimpleSTRtree.cpp
index b8724e1..f922e4e 100644
--- a/src/index/strtree/SimpleSTRtree.cpp
+++ b/src/index/strtree/SimpleSTRtree.cpp
@@ -273,6 +273,7 @@ SimpleSTRtree::remove(const geom::Envelope* itemEnv, void* item)
::geos::ignore_unused_variable_warning(itemEnv);
::geos::ignore_unused_variable_warning(item);
assert(false);
+ return false;
}
-----------------------------------------------------------------------
Summary of changes:
src/index/strtree/SimpleSTRtree.cpp | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list