Fix clang 8 build
Building::AddTrainType was calling void OutputHandler::Write(const char* message,...) with a non-trivial type std::string. See clang doc for this diagnstic: https://releases.llvm.org/8.0.0/tools/clang/docs/DiagnosticsReference.html#wnon-pod-varargs
Showing
Please register or sign in to comment