2
Shouts

How to suppress compiler warning using #pragma warning directives in Visual Studio « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 634 days, 18 hours, 2 minutes ago
Friday, August 27, 2010 3:22:00 PM GMT

Sometimes during development you may need to avoid the unnecessary compiler warnings to show in warning window. Though it’s not recommended to suppress the warning explicitly, but during some debugging and analysis of code you may want to hide them for time being. In this post I have explained how you can hide the unwanted warning explicitly by specifying the warning number.

category: ASP.NET | clicked: 0 | | source: abhijitjana.net | show counter code
tags: Beginners, suppress compilation warnings, how to

No comments yet, be the first one to post comment.

To post your comment please login or signup