Fixed "Werror" related compilation problems on Linux and Meego.

This commit is contained in:
Xawotihs
2011-08-14 18:09:02 +00:00
parent 8f1e97f8f9
commit c188b4d104
20 changed files with 22 additions and 51 deletions

View File

@@ -1550,7 +1550,7 @@ WDistort::WDistort(float x1, float y1, float x2, float y2, float x3, float y3, f
void WGuiListRow::Render()
{
int start = 0, nowPos = 0, vHeight = 0;
int start = 0, nowPos = 0;
int nbitems = (int) items.size();
//List is empty.
@@ -1576,7 +1576,6 @@ void WGuiListRow::Render()
}
}
vHeight = 0;
nowPos = 4;
float nowVPos = 4;
float tallestRow = 0;