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/[email protected]>_______________________________________________
Tile-serving mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/tile-serving