Util: Add default formatting type to floating points checks

This commit is contained in:
Riyyi
2022-08-06 19:53:45 +02:00
parent ea853c1ace
commit 36a18f65c1
+1
View File
@@ -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: