Skip to content

Commit d6499af

Browse files
authored
Merge branch 'main' into claude/fix-android-cpp-crashes-015CGZwhKSrNPARVHoGJFT7L
2 parents ecb9aff + 53593cc commit d6499af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/odr_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ TEST(odr, types_wpd) {
4141
const auto mime = mimetype(path, *logger);
4242
EXPECT_EQ(mime, "application/vnd.wordperfect");
4343
} else {
44-
EXPECT_THROW(auto mime = mimetype(path, *logger), UnsupportedFileType);
44+
EXPECT_THROW(std::ignore = mimetype(path, *logger), UnsupportedFileType);
4545
}
4646
}

0 commit comments

Comments
 (0)