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.

How to disable compiler recommendations /remarks

Other Parts Discussed in Thread: MSP430G2112

"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -DBOARD_MSP430_XXXX -vmsp --use_hw_mpy=none --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --include_path="../.." --include_path=".." --advice:power=all -g --define=__MSP430G2112__ --diag_warning=225 --display_error_number --diag_wrap=off --analyze_only --printf_support=minimal --preproc_with_compile --preproc_dependency="dummy.d"  "C:/dummy.c"

Any way to disable this compiler output?

line 512: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
'Finished building: C:/dummy.c'

**Attention** This is a public forum