Files
Joel Höner 685c3350ef Add missing (void) on functions without args
Multiple functions without arguments were missing the `(void)` that
prevents them from being interpreted as not having a prototype. Newer
Clang versions started printing warnings for that in pedantic mode.
2023-05-21 21:36:03 +02:00
..
2022-01-07 11:30:04 +01:00
2022-01-07 11:30:04 +01:00
2022-01-07 11:30:04 +01:00