diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 4c15df7fe..fb41834e1 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -2281,6 +2281,7 @@ bool cmSystemTools::ChangeRPath(std::string const& file, #else (void)file; (void)newRPath; + (void)emsg; return false; #endif }