yangqiaosheng / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Fixes needed to pass code analysis tools #1005

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our team runs code analysis tools and it reported some small code issues.  Most 
of these are checks for result codes before accessing output params.  ANGLE has 
ASSERTs which catch these at runtime, but a hand full can be fixed to allow 
code analysis tools to pass.

Original issue reported on code.google.com by co...@microsoft.com on 15 May 2015 at 9:56