Closed
Bug 666684
Opened 14 years ago
Closed 14 years ago
embedding/components/windowwatcher - compiler warnings on mac
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: joey, Assigned: Ms2ger)
Details
(Whiteboard: [build_warnings])
Attachments
(1 file)
2.89 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
% uname -a
Darwin banshee.local 10.7.4 Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/RELEASE_X86_64 x86_64
/mozilla/sandbox/gml/embedding/components/windowwatcher/src/nsWindowWatcher.cpp:949: warning: enumeral mismatch in conditional expression: 'nsIWebNavigation::<anonymous enum>' vs 'nsIWebNavigation::<anonymous enum>'
/mozilla/sandbox/gml/embedding/browser/webBrowser/nsWebBrowser.cpp:497: warning: enumeral mismatch in conditional expression: 'nsIDocShellTreeItem::<anonymous enum>' vs 'nsIDocShellTreeItem::<anonymous enum>'
/mozilla/sandbox/gml/embedding/browser/webBrowser/nsWebBrowser.cpp:807: warning: enumeral mismatch in conditional expression: 'nsIDocShellTreeItem::<anonymous enum>' vs 'nsIDocShellTreeItem::<anonymous enum>'
Reporter | ||
Updated•14 years ago
|
Whiteboard: [build_warnings]
Assignee | ||
Comment 1•14 years ago
|
||
![]() |
||
Comment 2•14 years ago
|
||
Comment on attachment 541453 [details] [diff] [review]
Patch v1
r=me
Attachment #541453 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Version: unspecified → Trunk
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•