We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709b32e commit 53593ccCopy full SHA for 53593cc
1 file changed
test/src/odr_test.cpp
@@ -41,6 +41,6 @@ TEST(odr, types_wpd) {
41
const auto mime = mimetype(path, *logger);
42
EXPECT_EQ(mime, "application/vnd.wordperfect");
43
} else {
44
- EXPECT_THROW(auto mime = mimetype(path, *logger), UnsupportedFileType);
+ EXPECT_THROW(std::ignore = mimetype(path, *logger), UnsupportedFileType);
45
}
46
0 commit comments