mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Fixed VC++ warnings.
This commit is contained in:
@@ -75,7 +75,7 @@ int main(void)
|
||||
thrd_t thread;
|
||||
GLFWwindow* window;
|
||||
|
||||
srand(time(NULL));
|
||||
srand((unsigned int) time(NULL));
|
||||
|
||||
glfwSetErrorCallback(error_callback);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user