mirror of
https://github.com/reactos/CMake.git
synced 2025-01-22 03:16:03 +00:00
COMP: Eliminate unreferenced variable warning
This commit is contained in:
parent
8c64691bec
commit
01a93bbb3e
@ -75,6 +75,8 @@ const char* cmCPackBundleGenerator::GetPackagingInstallPrefix()
|
||||
int cmCPackBundleGenerator::CompressFiles(const char* outFileName,
|
||||
const char* toplevel, const std::vector<std::string>& files)
|
||||
{
|
||||
(void) files;
|
||||
|
||||
// The staging directory contains everything that will end-up inside the
|
||||
// final disk image ...
|
||||
cmOStringStream staging;
|
||||
|
Loading…
x
Reference in New Issue
Block a user