Fix Clang 9.0 zealous warnings

This commit is contained in:
Omar
2020-02-17 15:29:59 +01:00
parent ceec3cd3fd
commit 09329ea4e6
3 changed files with 6 additions and 6 deletions

View File

@ -629,7 +629,7 @@ static void ShowDemoWindowWidgets()
{
ImGui::Text("blah blah");
ImGui::SameLine();
if (ImGui::SmallButton("button")) {};
if (ImGui::SmallButton("button")) {}
ImGui::TreePop();
}
}