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.

Disable a warning in just one file

Hi,

Is there a way to disable a specific warning (#112-D statement is unreachable, C6000 compiler) in just one file? Like a pragma or something else?

I don't want to disable it in the whole project, just in a specific file (not yet, at least).

Thanks