COMP: fix warning

This commit is contained in:
Ken Martin 2006-12-07 09:51:28 -05:00
parent 27379d7b08
commit ba75d1e823
1 changed files with 2 additions and 1 deletions

View File

@ -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