Closed Bug 706610 Opened 13 years ago Closed 13 years ago

remove trailing semicolon after namespace decl

Categories

(Core :: Graphics, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla11

People

(Reporter: kdevel, Assigned: aceman)

Details

Attachments

(1 file)

User Agent:  

Steps to reproduce:

1. Compile Source with gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] (openSUSE Evergreen 11.1)


Actual results:

1. Compilation stops with error "gfx/gl/GLContext.h:81: error: extra ';'" while compiling gfx/gl/GLContextProviderGLX.cpp


Expected results:

The trailing semicolon at the end of line 81 shall be removed (though it has been legalized in C++11):

     77 namespace mozilla {
     78   namespace layers {
     79     class LayerManagerOGL;
     80     class ColorTextureLayerProgram;
     81   };
Issue mentioned in

Bug 656824 - Use ARB_robustness and EGL_CONTEXT_LOST to detect driver resets in WebGL 

Bug 703516 - Move GLContext* code out of thebes
OS: Other → All
Hardware: Other → All
Status: UNCONFIRMED → ASSIGNED
Component: General → Graphics
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → thebes
Attached patch fixSplinter Review
Assignee: nobody → acelists
Attachment #578342 - Flags: review?(joe)
Attachment #578342 - Flags: review?(joe) → review+
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/109d10e40937
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: