zelda3 icon indicating copy to clipboard operation
zelda3 copied to clipboard

Compile error: too many arguments to function 'VWF_RenderSingle'

Open planet36 opened this issue 1 year ago • 2 comments

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

planet36 avatar Sep 07 '23 14:09 planet36