Turn off /WX compiler option

Hello,

I am using PB for WINCE 5.0. How do I turn off the /WX compiler option which seems to be turned on by defaults

Thanks.
Michael


Answer this question

Turn off /WX compiler option

  • setareh

    Hi Michael

    Adding the following line to a SOURCES files will disable this.
    WARNISERROR=0

    Michael



  • Turn off /WX compiler option