[Tile-serving] [openstreetmap/osm2pgsql] tagtransform-c.cpp warning (#789)
Paul Norman
notifications at github.com
Sat Sep 30 04:40:23 UTC 2017
The code in question is
```cpp
int flags;
for (const auto &poly_tag : poly_tags) {
if (check_key(infos, poly_tag.key.c_str(), &filter, &flags,
false)) {
// ...
}
}
if (!(flags & FLAG_POLYGON)) {
// ...
}
```
I *think* this is safe. The entire thing is in the old-style MP code, which we plan on removing, so I'm inclined to leave it until then.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/789#issuecomment-333282941
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170930/5b5a0fc3/attachment.html>
More information about the Tile-serving
mailing list