You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
There's a conflict in the function signature of
VWF_RenderSingle
.What is your build target?
Linux
The text was updated successfully, but these errors were encountered: