mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
Fix unused param warning resulting from libarchive API change.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user