keystone-engine / keystone

Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
http://www.keystone-engine.org
GNU General Public License v2.0
2.3k stars 456 forks source link

use full prototypes for functions without parameters #563

Open hamarituc opened 1 year ago

hamarituc commented 1 year ago

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: