mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-04 14:50:23 +00:00
COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support.
This commit is contained in:
@@ -2281,6 +2281,7 @@ bool cmSystemTools::ChangeRPath(std::string const& file,
|
||||
#else
|
||||
(void)file;
|
||||
(void)newRPath;
|
||||
(void)emsg;
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user