COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support.
This commit is contained in:
parent
26e58b74d1
commit
32ca01bef0
|
@ -2281,6 +2281,7 @@ bool cmSystemTools::ChangeRPath(std::string const& file,
|
||||||
#else
|
#else
|
||||||
(void)file;
|
(void)file;
|
||||||
(void)newRPath;
|
(void)newRPath;
|
||||||
|
(void)emsg;
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue