[geos-commits] [SCM] GEOS branch master updated. 1d34d2c497786920f69521c77e50620f2efb34a6
Sandro Santilli
strk at kbt.io
Mon Aug 17 08:42:22 PDT 2020
On Thu, Aug 13, 2020 at 12:57:12PM -0700, git at osgeo.org wrote:
> 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 1d34d2c497786920f69521c77e50620f2efb34a6 (commit)
> from 8a4f50edddd9740742562b3f81ea2f5880eaf093 (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 1d34d2c497786920f69521c77e50620f2efb34a6
> Author: Paul Ramsey <pramsey at cleverelephant.ca>
> Date: Thu Aug 13 12:28:14 2020 -0700
>
> Support reading WKB that includes M coordinates, but do not actually store the M (because we have nowhere to store it right now). References #460
I'm not sure if this commit is the culprit, but I'm having this
warning printed now, by GCC:
WKBReader.cpp:412:31: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
412 | for(unsigned int i = 0; i < size; i++) {
| ~~^~~~~~
--strk;
More information about the geos-commits
mailing list