fix some warnings

This commit is contained in:
Erwin Coumans
2016-02-29 15:37:03 -08:00
parent 25409f93c7
commit 4a70df2dfb
4 changed files with 19 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
#ifdef _WIN32
/*
Copyright (c) 2012 Advanced Micro Devices, Inc.
@@ -179,4 +180,6 @@ int Win32OpenGLWindow::fileOpenDialog(char* fileName, int maxFileNameLength)
//return 0;
}
#endif

View File

@@ -1,3 +1,4 @@
#ifdef _WIN32
/*
Copyright (c) 2012 Advanced Micro Devices, Inc.
@@ -805,5 +806,5 @@ b3WheelCallback Win32Window::getWheelCallback()
{
return m_data->m_wheelCallback;
}
#endif