timur-losev / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

[PATCH] Minor issue with debug checks in ErrorMetric.cpp #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The VS2013 analyzer found these:

C6287   Redundant test  Redundant code:  the left and right sub-expressions are 
identical.  nvtt    errormetric.cpp 265
C6287   Redundant test  Redundant code:  the left and right sub-expressions are 
identical.  nvtt    errormetric.cpp 296
C6287   Redundant test  Redundant code:  the left and right sub-expressions are 
identical.  nvtt    errormetric.cpp 349
C6287   Redundant test  Redundant code:  the left and right sub-expressions are 
identical.  nvtt    errormetric.cpp 389
C6287   Redundant test  Redundant code:  the left and right sub-expressions are 
identical.  nvtt    errormetric.cpp 427

Original issue reported on code.google.com by johannes.spohr on 18 Apr 2014 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
Updated patch against SVN trunk

Original comment by johannes.spohr on 18 Apr 2014 at 2:40

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1382.

Original comment by cast...@gmail.com on 18 Apr 2014 at 4:25

GoogleCodeExporter commented 9 years ago
Thanks for reporting this!

Original comment by cast...@gmail.com on 18 Apr 2014 at 4:26