Fix more warnings. (#3101)

* Fix warnings

* Submodule
This commit is contained in:
louist103
2023-08-30 10:02:07 -07:00
committed by GitHub
parent 738172d9ed
commit 4aadf4c14c
10 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ namespace UIWidgets {
}
bool LabeledRightAlignedEnhancementCombobox(const char* label, const char* cvarName, std::span<const char*, std::dynamic_extent> comboArray, uint8_t defaultIndex, bool disabled, const char* disabledTooltipText, uint8_t disabledValue) {
ImGui::Text(label);
ImGui::Text("%s", label);
s32 currentValue = CVarGetInteger(cvarName, defaultIndex);
#ifdef __WIIU__