oizma / angleproject

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

comparison between signed and unsigned integer expressions in TParseContext::constructorErrorCheck #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build angle

What is the expected output? no warnings about comparison between signed and 
unsigned types

What do you see instead?
compiler/ParseHelper.cpp:
 In member function ‘bool TParseContext::constructorErrorCheck(int, TIntermNode*, TFunction&, TOperator, TType*)’:
514: warning: comparison between signed and unsigned integer expressions

What version of the product are you using?
498

On what operating system?
os x

Original issue reported on code.google.com by timel...@gmail.com on 1 Dec 2010 at 10:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dan...@transgaming.com on 12 Dec 2010 at 6:32

GoogleCodeExporter commented 9 years ago
fixed in r502

Original comment by dan...@transgaming.com on 12 Dec 2010 at 8:55