Fix unused param warning resulting from libarchive API change.

This commit is contained in:
Zach Mullen 2009-11-04 11:36:23 -05:00
parent 7fba9849f9
commit cdbbe00a8b
1 changed files with 1 additions and 0 deletions

View File

@ -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;