mirror of
https://github.com/zyantific/zycore-c
synced 2026-06-08 18:41:14 +00:00
685c3350ef
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.