Codewarrior 10.3
When caller call a callee, the callee was not defined, the compiler result does not generate error.
How to change compiler setting to when callee was not defined, the compiler will generate error.
Example:
int main()
{
foo();
}
the compiler will not generate error message.
Leslie
已解决! 转到解答。