Closed
Bug 843490
Opened 12 years ago
Closed 12 years ago
Fix a simple clang 3.2 compile error in gfx/gl/SurfaceStream.cpp.
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
With clang 3.2 on Linux I get this compile error:
/home/njn/moz/mi7/gfx/gl/SurfaceStream.cpp:19:32: error: expected a class or namespace
if (omtc == SurfaceStream::OMTC::OffMainThread) {
SurfaceStream::OMTC is an enum; I'm surprised this doesn't fail on other
compilers.
Updated•12 years ago
|
Attachment #716398 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•