We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7387523 commit da33166Copy full SHA for da33166
test/t/index/test_relations_map.cpp
@@ -172,7 +172,7 @@ TEST_CASE("RelationsMapStash n:m results") {
172
173
int count = 0;
174
175
- index.for_each(2, [&](osmium::unsigned_object_id_type id) {
+ index.for_each(2, [&](osmium::unsigned_object_id_type /*id*/) {
176
REQUIRE(false);
177
});
178
index.for_each(3, [&](osmium::unsigned_object_id_type id) {
@@ -269,7 +269,7 @@ TEST_CASE("RelationsMapStash reverse index with 64bit values") {
269
270
271
272
- index.for_each(1, [&](osmium::unsigned_object_id_type id) {
+ index.for_each(1, [&](osmium::unsigned_object_id_type /*id*/) {
273
274
275
index.for_each(2, [&](osmium::unsigned_object_id_type id) {
0 commit comments