mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Fix compiler error in cmSystemTools.cxx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user