vhelin / wla-dx

WLA DX - Yet Another GB-Z80/Z80/Z80N/6502/65C02/65CE02/65816/68000/6800/6801/6809/8008/8080/HUC6280/SPC-700/SuperFX Multi Platform Cross Assembler Package
Other
546 stars 98 forks source link

Fix obsolete empty parens, caused error compiling on mac #601

Closed thoolihan closed 1 year ago

thoolihan commented 1 year ago

Fix obsolete empty parens, caused error compiling with homebrew toolchain

Error was "A function declaration without a prototype is deprecated in all versions of C"

More info here: https://stackoverflow.com/questions/75943541/a-function-declaration-without-a-prototype-is-deprecated-in-all-versions-of-c

vhelin commented 1 year ago

Thanks! I'm aware of the issue, just thought that we didn't have "function_name()"s any more in the project... :)