mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 19:15:54 +02: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