COMP: fix warning
This commit is contained in:
parent
27379d7b08
commit
ba75d1e823
|
@ -639,7 +639,8 @@ void CCONV DefineSourceFileProperty (void *arg, const char *name,
|
|||
{
|
||||
cmMakefile *mf = static_cast<cmMakefile *>(arg);
|
||||
mf->GetCMakeInstance()->DefineProperty(name,cmProperty::SOURCE_FILE,
|
||||
briefDocs, longDocs,chained);
|
||||
briefDocs, longDocs,
|
||||
chained != 0);
|
||||
}
|
||||
|
||||
} // close the extern "C" scope
|
||||
|
|
Loading…
Reference in New Issue