Skip to content

Commit 53593cc

Browse files
committed
fix unused
1 parent 709b32e commit 53593cc

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)