Fix unused param warning resulting from libarchive API change.
This commit is contained in:
parent
7fba9849f9
commit
cdbbe00a8b
|
@ -2055,6 +2055,7 @@ bool cmSystemTools::ListTar(const char* outFileName,
|
|||
bool verbose)
|
||||
{
|
||||
#if defined(CMAKE_BUILD_WITH_CMAKE)
|
||||
(void)files;
|
||||
return extract_tar(outFileName, verbose, false);
|
||||
#else
|
||||
(void)outFileName;
|
||||
|
|
Loading…
Reference in New Issue