diff --git a/src/screen_type.cpp b/src/screen_type.cpp index 3f9c4f59..9de0d1db 100644 --- a/src/screen_type.cpp +++ b/src/screen_type.cpp @@ -90,6 +90,8 @@ std::string screenTypeToString(ScreenType st) return "visualizer"; #endif // ENABLE_VISUALIZER } + // silence gcc warning + throw std::runtime_error("unreachable"); } ScreenType stringtoStartupScreenType(const std::string &s)