This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler warnings as errors

Our company is developing software for a TMS570 family microcontroller.   

We are using compiler version 4.4.17 and would like to change our build process to have the compiler treat all warnings as errors.  I cannot find the documentation on this exact version of the compiler, the closest I can find is 4.6.  Looking at the 4.6 docs I cannot find a compiler option that allows us to do this.  Version 4.9 has option "--emit_warnings_as_errors" or its alias "-pdew".

Does anyone know is compiler version 4.4.17 has an option to treat warnings as errors?