Closed
Bug 662089
Opened 15 years ago
Closed 15 years ago
nsObjectFrame.cpp:2237:8: warning: extra tokens at end of #endif directive
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
924 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
New gcc warning:
> nsObjectFrame.cpp:2237:8: warning: extra tokens at end of #endif directive
from this line:
> 2237 #endif XP_WIN
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsObjectFrame.cpp#2237
"XP_WIN" wants to be a comment there.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → dholbert
Hardware: x86_64 → All
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #537383 -
Flags: review?
| Assignee | ||
Updated•15 years ago
|
Attachment #537383 -
Flags: review? → review?(joshmoz)
| Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Comment on attachment 537383 [details] [diff] [review]
trivial fix
Review of attachment 537383 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #537383 -
Flags: review?(joshmoz) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Whiteboard: [build_warning] → [build_warning][fixed-in-cedar]
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: [build_warning][fixed-in-cedar] → [build_warning]
Target Milestone: --- → mozilla7
You need to log in
before you can comment on or make changes to this bug.
Description
•