Synopsis: | Do not suppress compiler warnings in the code |
Language: | C# |
Severity Level: | 4 |
Category: | General |
Description: |
Some compiler warnings indicate serious program flaws. Leaving these unresolved is likely to have an impact on the reliability of the code. Therefore, suppressing compiler warnings is undesirable. |