Kaydet (Commit) 6a90d4ec authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=sign-compare

Change-Id: I6be5df685575c6909d4adfcee0ccc4fb0bd4b600
üst 20ac67f0
......@@ -1033,7 +1033,7 @@ unsigned ColorConfigWindow_Impl::GetPosBehindLastChapter () const
long ColorConfigWindow_Impl::GetDeltaAbove (Group eGroup) const
{
long nDelta = 0;
for (unsigned i = 0; i != eGroup; ++i)
for (int i = 0; i != eGroup; ++i)
if (!IsGroupVisible(static_cast<Group>(i)))
nDelta += vChapters[i]->GetHeight();
return nDelta;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment