I just saw this code
#pragma warning disable 659, 660, 661
MSDN article is not helping much. What is the usage of this line?
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.
From your link:
If you know some code will throw a warning but you want to ignore it, you can then use this. This will prevent the message from being shown.