Skip to content

Commit

Permalink
Add call to UNREACHABLE() to fix building with -Werror=return-type
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
  • Loading branch information
jaimeMF authored and vng committed Jul 29, 2024
1 parent e56a343 commit 603fa2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/address_parser/tiger_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ std::string DebugPrint(InterpolType type)
case InterpolType::Odd: return "Interpol::Odd";
case InterpolType::Even: return "Interpol::Even";
}
UNREACHABLE();
}
} // namespace feature

0 comments on commit 603fa2d

Please sign in to comment.