Closed
Bug 666653
Opened 13 years ago
Closed 13 years ago
layout/ - compiler warnings on mac
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: joey, Unassigned)
Details
(Whiteboard: [build_warnings])
% 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/layout/svg/base/src/nsSVGGlyphFrame.cpp:1699: warning: comparison between signed and unsigned integer expressions
/mozilla/sandbox/gml/layout/generic/nsFrameSetFrame.cpp:1388: warning: comparison between signed and unsigned integer expressions
/mozilla/sandbox/gml/layout/printing/nsPrintPreviewListener.cpp:204: warning: enumeral mismatch in conditional expression: 'nsIFocusManager::<anonymous enum>' vs 'nsIFocusManager::<anonymous enum>'
/mozilla/sandbox/gml/layout/base/nsLayoutUtils.cpp:4074: warning: comparison between signed and unsigned integer expressions
/mozilla/sandbox/gml/layout/inspector/src/nsFontFace.h:66: warning: 'nsFontFace::mMatchType' will be initialized after
/mozilla/sandbox/gml/layout/inspector/src/nsFontFace.h:65: warning: 'nsRefPtr<nsCSSFontFaceRule> nsFontFace::mRule'
/mozilla/sandbox/gml/layout/inspector/src/nsFontFace.cpp:47: warning: when initialized here
../../dist/include/nsIDOMXULSelectCntrlEl.h:33: warning: 'virtual nsresult nsIDOMXULSelectControlElement::GetSelectedItem(nsIDOMXULSelectControlItemElement**)' was hidden
../../dist/include/nsIDOMXULMultSelectCntrlEl.h:73: warning: by 'virtual nsresult nsIDOMXULMultiSelectControlElement::GetSelectedItem(PRInt32, nsIDOMXULSelectControlItemElement**)'
/mozilla/sandbox/gml/layout/generic/nsTextFrameThebes.cpp:6128: warning: comparison between signed and unsigned integer expressions
Reporter | ||
Updated•13 years ago
|
Whiteboard: [build_warnings]
This is a bunch of unrelated bugs (which belong in 3 or 4 different bugzilla components) in one bug report; these should be one bug report per bug... but it's probably only worth filing compiler warnings if you have a patch for them or if you think they show a serious problem.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
(The only ones that could be real problems are the first two.)
You need to log in
before you can comment on or make changes to this bug.
Description
•