oizma / angleproject

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

warnings about unused variable ‘out’ #15

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 unused variable ‘out’

What do you see instead?
gfx/angle/src/compiler/OutputGLSL.cpp:
 In member function ‘virtual bool TOutputGLSL::visitUnary(Visit, TIntermUnary*)’:
307: warning: unused variable ‘out’
 In member function ‘virtual bool TOutputGLSL::visitBranch(Visit, TIntermBranch*)’:
649: warning: unused variable ‘out’

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:47

Attachments:

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Fixed in r379.

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