Browse Source

cmGlobalXCodeGenerator: avoid unused parameter warnings

Ben Boeckel 3 years ago
parent
commit
fffc7813a4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Source/cmGlobalXCodeGenerator.cxx

+ 4 - 0
Source/cmGlobalXCodeGenerator.cxx

@@ -468,6 +468,10 @@ bool cmGlobalXCodeGenerator::Open(const std::string& bindir,
     }
     }
     CFRelease(cfStr);
     CFRelease(cfStr);
   }
   }
+#else
+  (void)bindir;
+  (void)projectName;
+  (void)dryRun;
 #endif
 #endif
 
 
   return ret;
   return ret;