Merge pull request #2928 from zjeffer/fix/zjeffer/build-warnings

fix build warning in bar.cpp
This commit is contained in:
Alexis Rouillard
2024-02-19 22:41:44 +01:00
committed by GitHub

View File

@ -117,6 +117,7 @@ Glib::ustring to_string(Gtk::PositionType pos) {
case Gtk::POS_BOTTOM: case Gtk::POS_BOTTOM:
return "bottom"; return "bottom";
} }
throw std::runtime_error("Invalid Gtk::PositionType");
} }
/* Deserializer for JSON Object -> map<string compatible type, Value> /* Deserializer for JSON Object -> map<string compatible type, Value>