mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-20 01:34:20 +00:00
Fixed some compile warnings with Clang on Windows (#3754)
This commit is contained in:
parent
bb26751b94
commit
376c88a864
3 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue