Closed
Bug 579309
Opened 15 years ago
Closed 15 years ago
warnings about unused variable ‘out’
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Unassigned)
References
()
Details
Attachments
(1 file)
|
884 bytes,
patch
|
Details | Diff | Splinter Review |
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’
filed upstream as:
http://code.google.com/p/angleproject/issues/detail?id=15
landed with bug 590244
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•