mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
fix: windows compiler warning
This commit is contained in:
parent
04067e18de
commit
07acf5579c
@ -289,6 +289,7 @@ std::ostream& operator<<(std::ostream& os, test_enum e) {
|
|||||||
case test_enum::baz:
|
case test_enum::baz:
|
||||||
return os << "baz";
|
return os << "baz";
|
||||||
}
|
}
|
||||||
|
throw std::runtime_error("invalid enum value");
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user