oizma / angleproject

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

warnings: comparison between signed and unsigned and pointer targets in assignment differ in signedness #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build http://hg.mozilla.org/mozilla-central/rev/96de199027d7

What is the expected output?
no warnings about signedness while compiling

What do you see instead?
gfx/angle/src/compiler/preprocessor/atom.c:
 In function ‘InitAtomTable’:
664: warning: comparison between signed and unsigned
gfx/angle/src/compiler/preprocessor/symbols.c:
 In function ‘NewSymbol’:
gfx/angle/src/compiler/preprocessor/symbols.c:
173: warning: comparison between signed and unsigned
gfx/angle/src/compiler/preprocessor/tokens.c:
 In function ‘RecordToken’:
230: warning: pointer targets in assignment differ in signedness

What version of the product are you using?

On what operating system?
on OS X 64 bit 10.6.2 with gcc 4.2.1

Please provide any additional information below.

Original issue reported on code.google.com by timel...@gmail.com on 16 Jul 2010 at 12:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by alokp@chromium.org on 9 Aug 2010 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by alokp@chromium.org on 9 Aug 2010 at 5:54

GoogleCodeExporter commented 9 years ago
Fixed in r378.

Original comment by alokp@chromium.org on 9 Aug 2010 at 10:31