keystone icon indicating copy to clipboard operation
keystone copied to clipboard

use full prototypes for functions without parameters

Open hamarituc opened this issue 2 years ago • 0 comments

This PR fixes some C syntax issues which are deprecated in modern C standards and will eventually lead to build failures with modern compiles like Clang. For details see:

  • https://wiki.gentoo.org/wiki/Modern_C_porting
  • https://bugs.gentoo.org/879665

hamarituc avatar Oct 08 '23 12:10 hamarituc