This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

warning #225-d function declared implicitly and compiler_revision



Hi,

i compile within the command line and get the warning #225-d function declared implicitly,

but if i add the flag --compiler_revision to cl2000 the no such warnings are displayed.

I take the CCS Version: 5.2.0.00069 and F2808.

Why can i suppress this warnings with the flag --compiler_revision?

  • %> cl2000 -h --compiler_revision
      --compiler_revision     Print out the compiler release revision and exit.

    When you use that option, it just prints out the compiler revision and exits, so the tools do not actually compile any files and there are therefore no diagnostic messages because it's not actually looking at any files.

    In short, don't use that option when you want to compile something.