Issue 61: Everything compiles now without errors in warning level 4.

This commit is contained in:
Mikko Mononen
2010-04-13 09:39:33 +00:00
parent 1d8c7dac84
commit 9bb95ef45b
13 changed files with 51 additions and 24 deletions

View File

@@ -146,7 +146,7 @@ public:
}
}
virtual void handleRenderOverlay(double* proj, double* model, int* view)
virtual void handleRenderOverlay(double* /*proj*/, double* /*model*/, int* /*view*/)
{
}
};