Qual: Removed false warnings

This commit is contained in:
Laurent Destailleur 2011-09-20 16:07:36 +00:00
parent 0661264947
commit 507aa3f52a

View File

@ -7,6 +7,10 @@
<rule ref="Generic.CodeAnalysis.EmptyStatement" />
<rule ref="Generic.CodeAnalysis.EmptyStatement.NotAllowedWarning">
<severity>0</severity>
</rule>
<!-- <rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" /> -->
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall" />