(svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron

This commit is contained in:
Darkvater
2006-11-19 22:24:18 +00:00
parent 0470883f82
commit 53b02577b9
7 changed files with 16 additions and 20 deletions

View File

@@ -183,7 +183,7 @@ void AssignWindowViewport(Window *w, int x, int y,
static Point _vp_move_offs;
static void DoSetViewportPosition(const Window* const *wz, int left, int top, int width, int height)
static void DoSetViewportPosition(Window* const *wz, int left, int top, int width, int height)
{
for (; wz != _last_z_window; wz++) {