diff --git a/ZAPD/ZCutscene.cpp b/ZAPD/ZCutscene.cpp index 5a49087f..4cf37599 100644 --- a/ZAPD/ZCutscene.cpp +++ b/ZAPD/ZCutscene.cpp @@ -377,6 +377,8 @@ std::string ZCutscene::GetCsEncodedFloat(float f, CsFloatType type, bool useSciN { switch (type) { + default: + // This default case will NEVER be reached, but GCC still gives a warning. case CsFloatType::HexOnly: { uint32_t i;