A few missing returns
This commit is contained in:
parent
4dc321650f
commit
29353111ac
@ -84,6 +84,7 @@ struct LoaderMetadata {
|
||||
case eMedium: return 'm';
|
||||
case eLarge: return 'l';
|
||||
}
|
||||
return 'x';
|
||||
}
|
||||
};
|
||||
class Project : public QObject
|
||||
|
||||
@ -222,5 +222,5 @@ bool CreateFunction::execute(CommandContext *ctx) {
|
||||
//proj.addCommand(new FollowControl());
|
||||
/* Recursively build entire procedure list */
|
||||
//proj.callGraph->proc->FollowCtrl(proj.callGraph, &proj.m_entry_state);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -718,6 +718,7 @@ bool PatternLocator::readProtoFile(void)
|
||||
// fread(&pArg[i], 1, SYMLEN, fProto); /* No names to read as yet */
|
||||
pArg.push_back((hlType) readFileShort(fProto));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
int PatternLocator::searchPList(const char *name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user