Tool/software: Code Composer Studio
How do I disable a single instance of a warning / issue a one-time exception to a warning?
I understand that you can suppress every instance of a warning using --diag_suppress, but I would like to keep the warning turned on in general, signify an exception on one line of code, and keep my warning box (and the warning box of everyone else pulling the project from source control) clean.
Thank you!