Closed
Bug 618716
Opened 12 years ago
Closed 12 years ago
warning: comparison between signed and unsigned integer expressions in nsPermissionManager.cpp
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b12
People
(Reporter: jdm, Assigned: jdm)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
2.53 KB,
patch
|
dwitte
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
/Users/moco/src/mobilebase/extensions/cookie/nsPermissionManager.cpp: In member function sresult nsPermissionManager::Init() /Users/moco/src/mobilebase/extensions/cookie/nsPermissionManager.cpp:234: warning: comparison between signed and unsigned integer expressions unrelatedly, but also fixable is: /Users/moco/src/mobilebase/extensions/cookie/nsPermissionManager.cpp: In member function sresult nsPermissionManager::AddInternal(const nsAFlatCString&, const nsAFlatCString&, PRUint32, PRInt64, /Users/moco/src/mobilebase/extensions/cookie/nsPermissionManager.cpp:484: warning: ignoring return value of ool mozilla::dom::PContentParent::SendAddPermission(const IPC::Permission&) decla $
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → josh
Assignee | ||
Updated•12 years ago
|
Attachment #497169 -
Flags: review?(dwitte)
Comment 2•12 years ago
|
||
Comment on attachment 497169 [details] [diff] [review] Fix warnings in nsPermissionManager.cpp Nice. r=dwitte
Attachment #497169 -
Flags: review?(dwitte) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 497169 [details] [diff] [review] Fix warnings in nsPermissionManager.cpp Warning reduction is always nice.
Attachment #497169 -
Flags: approval2.0?
Updated•12 years ago
|
Attachment #497169 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/bc9d7938cdc7
Status: NEW → RESOLVED
Closed: 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b12
You need to log in
before you can comment on or make changes to this bug.
Description
•