Closed PowaBanga closed 1 year ago
Hi, this warning is already fixed in the latest master on SourceForge (https://sourceforge.net/projects/ufoai/). If you want to compile the revision you have, you might need to disable the warning. (-Wno-error=format-security maybe)
the project is over?
The project's main repository is on SourceForge, it get updates sporadically when the current contributors have free time. Helping hands are always welcome!
There is also https://codeberg.org/libregaming/ufoai
cc1plus: some warnings being treated as errors
Generally, it is a bad idea to treat warnings as errors as compilers may introduce new warnings to help developers. This "error" is a good example for that. There is actually no error in the code.
Hello, I have this error message incompilation on Archlinux. Does anybody can help me to fix it ?