mirror of
https://github.com/reactos/CMake.git
synced 2025-02-03 02:24:13 +00:00
COMP: fix warning
This commit is contained in:
parent
7cef36c628
commit
560b7af06e
@ -457,7 +457,7 @@ std::string cmLocalGenerator::ConvertToRelativeOutputPath(const char* p)
|
||||
void cmLocalGenerator::AddCustomCommandToCreateObject(const char* ofname,
|
||||
const char* lang,
|
||||
cmSourceFile& source,
|
||||
cmTarget& target)
|
||||
cmTarget& )
|
||||
{
|
||||
std::string objectFile = this->ConvertToRelativeOutputPath(ofname);
|
||||
std::string sourceFile = this->ConvertToRelativeOutputPath(source.GetFullPath().c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user