mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +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:
@@ -649,7 +649,7 @@ PyTypeObject Face_Type = {
|
||||
};
|
||||
|
||||
static void
|
||||
free_freetype() {
|
||||
free_freetype(void) {
|
||||
FT_Done_FreeType(library);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user