Fix unannotated fall-through warnings
This commit is contained in:
@@ -142,7 +142,7 @@ private:
|
||||
|
||||
default:
|
||||
wxFAIL_MSG("unknown wxPowerType value");
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case wxPOWER_UNKNOWN:
|
||||
powerStr = "psychic";
|
||||
@@ -170,7 +170,7 @@ private:
|
||||
|
||||
default:
|
||||
wxFAIL_MSG("unknown wxBatteryState value");
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case wxBATTERY_UNKNOWN_STATE:
|
||||
batteryStr = "unknown";
|
||||
|
Reference in New Issue
Block a user