Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fixes for latest imgui, suppress some warnings about unused parameters #206

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
azonenberg committed Nov 23, 2023
commit 0f69978b9217d6da2ca4f6ec232e86fe7757b6fd
6 changes: 0 additions & 6 deletions imgui_canvas.cpp
Original file line number Diff line number Diff line change
@@ -73,12 +73,6 @@ struct VtxCurrentOffsetRef
}
};

static void SentinelDrawCallback(const ImDrawList* /*parent_list*/, const ImDrawCmd* /*cmd*/)
{
// This is a sentinel draw callback, it's only purpose is to mark draw list command.
//IM_ASSERT(false && "This draw callback should never be called.");
}

} // namespace ImCanvasDetails

// Returns a reference to _FringeScale extension to ImDrawList
You are viewing a condensed version of this merge commit. You can view the full changes here.