mirror of
https://github.com/ocornut/imgui.git
synced 2025-12-26 16:18:55 +00:00
Fixed some compile warnings with Clang on Windows (#3754)
This commit is contained in:
@@ -7305,6 +7305,7 @@ static ImU32 ImGui::TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* label, I
|
||||
{
|
||||
if (docked_window != NULL)
|
||||
{
|
||||
IM_UNUSED(tab_bar);
|
||||
IM_ASSERT(tab_bar->Flags & ImGuiTabBarFlags_DockNode);
|
||||
ImGuiID id = ImHashStr(label);
|
||||
KeepAliveID(id);
|
||||
|
||||
Reference in New Issue
Block a user