mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
COMP: Remove warning
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user