fix -Wswitch warning
This commit is contained in:
parent
ed05abc8ae
commit
68c8a971ee
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ void TelemetryClass::push(TelemetryCategory category)
|
|||
case TelemetryCategory::ApplicationSpec:
|
||||
push(category, getApplicationSpec());
|
||||
break;
|
||||
case TelemetryCategory::UserFeedback:
|
||||
break;
|
||||
case TelemetryCategory::CustomEmitted:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue