/home/travis/build/GarageGames/Torque3D/Engine/source/gui/worldEditor/guiConvexShapeEditorCtrl.cpp:181:107: fatal error:
cannot pass object of non-trivial type 'String' through variadic function;
call will abort at runtime [-Wnon-pod-varargs]
...- No such class: %s", mProxyObjects[i].targetObjectClass);
Gcc does not have this problem (I have not yet checked whether this would generate a warning).
The build errors in the compiling when using Clang.
See https://travis-ci.com/GarageGames/Torque3D/jobs/168138067#L3417
Gcc does not have this problem (I have not yet checked whether this would generate a warning).