View previous topic :: View next topic |
Author |
Message |
Marco27293
Joined: 09 May 2020 Posts: 126
|
CCS C Compiler 5.090 Enable warnings in MPLAB X IDE |
Posted: Tue Dec 15, 2020 3:02 am |
|
|
Hi,
Usually when I build and clean the main project in MPLAB IDE, I see warnings in the output window.
They are actually 0 though the code is the same which gave a lot of warnings yesterday.
Maybe, I've erroneously switched-off warning reports. How can I re-enable them?
Regards,
Marco |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19498
|
|
Posted: Tue Dec 15, 2020 7:06 am |
|
|
Unless you have edited the command line that MPLAB uses to call the compiler,
this should not change. Remember there is always the .err file you can
look at. |
|
|
Marco27293
Joined: 09 May 2020 Posts: 126
|
|
Posted: Tue Dec 15, 2020 7:13 am |
|
|
In .err file I get 0 warnings.
How can I fix? |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19498
|
|
Posted: Tue Dec 15, 2020 7:29 am |
|
|
Right click on your project. Select 'properties'. In the left window
select 'compiler options'. Right hand window, second line down, select
'Show all errors, All warnings'. Select 'apply', and 'OK'. |
|
|
|