cmGlobalXCodeGenerator: avoid unused parameter warnings

This commit is contained in:
Ben Boeckel
2022-05-04 12:00:35 -04:00
parent 7c7af09c5e
commit fffc7813a4
+4
View File
@@ -468,6 +468,10 @@ bool cmGlobalXCodeGenerator::Open(const std::string& bindir,
}
CFRelease(cfStr);
}
#else
(void)bindir;
(void)projectName;
(void)dryRun;
#endif
return ret;