This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to make ARM compiler report compilation warnings, as error?

Note: This was originally posted on 24th November 2008 at http://forums.arm.com

I want the compiler to report all compilation warnings as errors, in ARM C Compiler. Didn't get any help from the Specs. Has anyone tried this? How can I do it?
Parents
  • Note: This was originally posted on 24th November 2008 at http://forums.arm.com

    HI Tarun,
    To treat compiler warnings as error,  you need add  complier option (it like  -Wall -Werror) .
    in same way search option with respect your compiler.
    regards,
    Veeru


    I want the compiler to report all compilation warnings as errors, in ARM C Compiler. Didn't get any help from the Specs. Has anyone tried this? How can I do it?
Reply
  • Note: This was originally posted on 24th November 2008 at http://forums.arm.com

    HI Tarun,
    To treat compiler warnings as error,  you need add  complier option (it like  -Wall -Werror) .
    in same way search option with respect your compiler.
    regards,
    Veeru


    I want the compiler to report all compilation warnings as errors, in ARM C Compiler. Didn't get any help from the Specs. Has anyone tried this? How can I do it?
Children
No data