Fixed VC++ warnings.

This commit is contained in:
Camilla Berglund
2012-10-30 17:37:34 +01:00
parent 4c5de7a7b0
commit a9d1fdfc44
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -41,6 +41,7 @@
static void hideCursor(_GLFWwindow* window)
{
UNREFERENCED_PARAMETER(window);
}
@@ -69,6 +70,8 @@ static void captureCursor(_GLFWwindow* window)
static void showCursor(_GLFWwindow* window)
{
UNREFERENCED_PARAMETER(window);
// Un-capture cursor
ReleaseCapture();