mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Fixed warnings from Clang static analysis.
This commit is contained in:
@@ -253,9 +253,6 @@ int main(int argc, char** argv)
|
||||
}
|
||||
}
|
||||
|
||||
argc -= optind;
|
||||
argv += optind;
|
||||
|
||||
// Initialize GLFW and create window
|
||||
|
||||
if (!valid_version())
|
||||
|
||||
Reference in New Issue
Block a user