Jelajahi Sumber

COMP: Remove warning

Andy Cedilnik 20 tahun lalu
induk
melakukan
cf5c2b7ae8
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      Source/cmGlobalXCodeGenerator.cxx

+ 3 - 0
Source/cmGlobalXCodeGenerator.cxx

@@ -54,6 +54,9 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
 std::string cmGlobalXCodeGenerator::GenerateBuildCommand(const char* makeProgram,
   const char *projectName, const char *targetName, const char* config)
 {
+  // Config is not used yet
+  (void) config;
+
   // now build the test
   if(makeProgram == 0 || !strlen(makeProgram))
     {