diff --git a/src/util/format/parser.cpp b/src/util/format/parser.cpp index 33bd2b4..7e1cdfb 100644 --- a/src/util/format/parser.cpp +++ b/src/util/format/parser.cpp @@ -301,6 +301,7 @@ constexpr void Parser::checkSpecifierIntegralType(const Specifier& specifier) constexpr void Parser::checkSpecifierFloatingPointType(const Specifier& specifier) { switch (specifier.type) { + case PresentationType::None: case PresentationType::Hexfloat: case PresentationType::HexfloatUppercase: case PresentationType::Exponent: