zelda3
zelda3 copied to clipboard
Compile error: too many arguments to function 'VWF_RenderSingle'
Describe your bug here. And how to reproduce it.
Trying to compile in a Linux environment with gcc 13.2.1, I get the following error:
src/messaging.c:2394:5: error: too many arguments to function ‘VWF_RenderSingle’
2394 | VWF_RenderSingle(TEXTCMD_PARAM(cmd));
| ^~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
There's a conflict in the function signature of VWF_RenderSingle
.
What is your build target?
Linux