mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Fixed warnings on VC++.
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ void _glfwDestroyMonitors(void)
|
||||
const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor,
|
||||
const GLFWvidmode* desired)
|
||||
{
|
||||
unsigned int i;
|
||||
int i;
|
||||
unsigned int sizeDiff, leastSizeDiff = UINT_MAX;
|
||||
unsigned int colorDiff, leastColorDiff = UINT_MAX;
|
||||
const GLFWvidmode* current;
|
||||
|
||||
Reference in New Issue
Block a user