Other Parts Discussed in Thread: MATHLIB
Tool/software: TI C/C++ Compiler
I am upgrading CCS version from v6.1.2 to version 9.3.0 or version 10.1.0. Everything is fine with old compiler v8.1.4. until I use the newer C/C++ compiler v8.3.5 or v8.3.6. There are lots of additional warning messages: "warning: statement is unreachable". I tried to find out the warning id number with -pden compiler option. The option works for the "white space" warning, which gives a warning number #1921-D. However, there is no warning number for "statement is unreachable". Therefore, I can't suppress the warning. The file has the warnings is a generated file in the folder "/(project name)/(build configuration)/configPkg/package/cfg". Please help. Thanks.
Garry