I’d like to silence Semantic Issue warning but I don’t know the warning flag for this type.
Do you know the flag name?
ie: #pragma GCC diagnostic ignored “-Wsequence-point”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
#pragma GCC diagnosticcan only be used with options shown by-fdiagnostics-show-optionCompile with
-fdiagnostics-show-optionto see whether there is some[-Wfoo]at the end of the warning message.