Fix compiler error in cmSystemTools.cxx
This commit is contained in:
parent
2079a21143
commit
a9a4814971
|
@ -2065,7 +2065,6 @@ bool cmSystemTools::ListTar(const char* outFileName,
|
|||
return extract_tar(outFileName, verbose, false);
|
||||
#else
|
||||
(void)outFileName;
|
||||
(void)files;
|
||||
(void)verbose;
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue