ENH: remove warnings on sgi
This commit is contained in:
parent
5c9fadee4f
commit
1616135d4e
@ -369,7 +369,8 @@ void cmTarget::AddLinkLibrary(cmMakefile& mf,
|
|||||||
"general", "Library is used for both debug and optimized links",
|
"general", "Library is used for both debug and optimized links",
|
||||||
cmCacheManager::STATIC);
|
cmCacheManager::STATIC);
|
||||||
}
|
}
|
||||||
} break;
|
}
|
||||||
|
break;
|
||||||
case cmTarget::OPTIMIZED:
|
case cmTarget::OPTIMIZED:
|
||||||
{
|
{
|
||||||
const char* def = mf.GetDefinition(linkTypeName.c_str());
|
const char* def = mf.GetDefinition(linkTypeName.c_str());
|
||||||
@ -385,9 +386,10 @@ void cmTarget::AddLinkLibrary(cmMakefile& mf,
|
|||||||
"general", "Library is used for both debug and optimized links",
|
"general", "Library is used for both debug and optimized links",
|
||||||
cmCacheManager::STATIC);
|
cmCacheManager::STATIC);
|
||||||
}
|
}
|
||||||
} break;
|
}
|
||||||
|
break;
|
||||||
|
case cmTarget::GENERAL:
|
||||||
break;
|
break;
|
||||||
case cmTarget::GENERAL: break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Add the explicit dependency information for this target. This is
|
// Add the explicit dependency information for this target. This is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user