[Tile-serving] [osm2pgsql-dev/osm2pgsql] Properly set schema for osm2pgsql_find_changed_ways() (PR #2261)
Jochen Topf
notifications at github.com
Thu Oct 3 16:28:01 UTC 2024
Looks much better. The failing builds are probably transitory, we'll try to run them again.
Can you please fix this report from clang-tidy:
```
/home/runner/work/osm2pgsql/osm2pgsql/tests/test-output-flex-update.cpp:79:16: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
79 | return std::string(name);
| ^
```
i.e. use `return {name};`
Thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2261#issuecomment-2391837643
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2261/c2391837643 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20241003/86b2f163/attachment.htm>
More information about the Tile-serving
mailing list