mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Add void to all function declarations for functions that take no arguments
Micro-optimization for some architectures. Enforced via -Wstrict-prototypes
This commit is contained in:
2
kitty/glfw-wrapper.c
generated
2
kitty/glfw-wrapper.c
generated
@@ -416,6 +416,6 @@ load_glfw(const char* path) {
|
||||
}
|
||||
|
||||
void
|
||||
unload_glfw() {
|
||||
unload_glfw(void) {
|
||||
if (handle) { dlclose(handle); handle = NULL; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user