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