mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-20 18:00:05 +01:00
fixed a warning
This commit is contained in:
parent
aa803f3657
commit
d1af113f0c
@ -348,6 +348,7 @@ static BignumDtoaMode DtoaToBignumDtoaMode(
|
||||
case DoubleToStringConverter::PRECISION: return BIGNUM_DTOA_PRECISION;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
return BIGNUM_DTOA_SHORTEST;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user