Closed
Bug 579318
Opened 15 years ago
Closed 15 years ago
warning: comparison between signed and unsigned integer expressions in nsContentUtils::ParseIntMarginValue() and nsIContentUtils::FindInternalContentViewer()
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
1.66 KB,
patch
|
smaug
:
review+
dbaron
:
approval2.0+
|
Details | Diff | Splinter Review |
content/base/src/nsContentUtils.cpp:
In static member function ‘static PRBool nsContentUtils::ParseIntMarginValue(const nsAString_internal&, nsIntMargin&)’:
950: warning: comparison between signed and unsigned integer expressions
In member function ‘virtual already_AddRefed<nsIDocumentLoaderFactory> nsIContentUtils::FindInternalContentViewer(const char*, nsIContentUtils::ContentViewerType*)’:
6225: warning: comparison between signed and unsigned integer expressions
6240: warning: comparison between signed and unsigned integer expressions
Updated•15 years ago
|
Attachment #457834 -
Flags: review?(Olli.Pettay) → review+
Updated•15 years ago
|
Keywords: checkin-needed
Comment on attachment 457834 [details] [diff] [review]
patch
tiny local changes to reduce warnings
Attachment #457834 -
Flags: approval2.0?
Attachment #457834 -
Flags: approval2.0? → approval2.0+
Comment 3•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•