The only way i found is to disable “-Werror” in engine.
To do this change LinuxToolChain.cs:315
-Result += " -Wall -Werror";
+Result += " -Wall";
The only way i found is to disable “-Werror” in engine.
To do this change LinuxToolChain.cs:315
-Result += " -Wall -Werror";
+Result += " -Wall";