Hitting the following build failure on Clang:
Spoiler: Excerpt from https://jenkins.kyle-evans.net/jenkins/job/ZDoom/45/consoleTextSeems to have started here: https://github.com/rheit/zdoom/commit/a ... ba0aae86a7
[ 95%] Building CXX object src/CMakeFiles/zdoom.dir/scripting/vm/vmbuilder.cpp.o
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp10: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;
^~~~~
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp10: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;
^~~~~
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp14: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;
^~~~~
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp14: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;
^~~~~
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp10: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;
^~~~~
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp10: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;
^~~~~
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp10: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;
^~~~~
/usr/local/jenkins/workspace/ZDoom/src/scripting/codegeneration/codegen.cpp10: error: cannot initialize return object of type 'FxExpression *' with an rvalue of type 'bool'
return false;