screen type: silence gcc warning
This commit is contained in:
@@ -90,6 +90,8 @@ std::string screenTypeToString(ScreenType st)
|
|||||||
return "visualizer";
|
return "visualizer";
|
||||||
#endif // ENABLE_VISUALIZER
|
#endif // ENABLE_VISUALIZER
|
||||||
}
|
}
|
||||||
|
// silence gcc warning
|
||||||
|
throw std::runtime_error("unreachable");
|
||||||
}
|
}
|
||||||
|
|
||||||
ScreenType stringtoStartupScreenType(const std::string &s)
|
ScreenType stringtoStartupScreenType(const std::string &s)
|
||||||
|
|||||||
Reference in New Issue
Block a user