mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-11 16:50:50 -05:00
cmGlobalXCodeGenerator: avoid unused parameter warnings
This commit is contained in:
@@ -468,6 +468,10 @@ bool cmGlobalXCodeGenerator::Open(const std::string& bindir,
|
||||
}
|
||||
CFRelease(cfStr);
|
||||
}
|
||||
#else
|
||||
(void)bindir;
|
||||
(void)projectName;
|
||||
(void)dryRun;
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user