🚧 trying nodiscard attribute #1433

This commit is contained in:
Niels Lohmann
2019-01-19 17:32:23 +01:00
parent b9a39b38bf
commit d359fd3a8d
7 changed files with 49 additions and 3 deletions

View File

@@ -2128,7 +2128,7 @@ TEST_CASE("all UBJSON first bytes", "[!throws]")
try
{
json::from_ubjson(std::vector<uint8_t>(1, byte));
auto res = json::from_ubjson(std::vector<uint8_t>(1, byte));
}
catch (const json::parse_error& e)
{