Skip to content

Commit

Permalink
Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Feb 7, 2024
1 parent 4efdba1 commit 51ffa15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ZAPD/ZCutscene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 51ffa15

Please sign in to comment.