Tool/software:
I have b1312een struggliin the applications menu, with the fact that CCS now considers warnings to be errors and aborts build
It aborts even if I have a declared variable that I do not use, but want to inspect with debug.
I think this is in compiler switches, but cannot figure out where to change it.
It has forced me to correct a lot of type errors, which is good :-) but slows down the development a lot.....
Also, after updates, I now have 3 different CCS in the application menu, 12.7.1, 12.8.0 and 12.8.1
After the upgrade from 12.7.1 CCS tries to compile a C++ H file as a C h file, which means the keyword class is no
longer recognized