mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Fix various warnings reported by gcc
Shadowed variables, const warnings
This commit is contained in:
@@ -442,7 +442,6 @@ static void mouseButtonFun(GLFWwindow window, int button, int action)
|
||||
int main(void)
|
||||
{
|
||||
GLFWwindow window;
|
||||
int width, height;
|
||||
|
||||
// Initialise GLFW
|
||||
if (!glfwInit())
|
||||
|
||||
Reference in New Issue
Block a user