Closed
Bug 565554
Opened 15 years ago
Closed 15 years ago
Fix GCC warnings in nsExternalHelperAppService.cpp
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.84 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
nsExternalHelperAppService.cpp currently has these build warnings:
{
> uriloader/exthandler/nsExternalHelperAppService.h: In constructor ‘nsExternalAppHandler::nsExternalAppHandler(nsIMIMEInfo*, const nsCSubstring&, nsIInterfaceRequestor*, const nsAString_internal&, PRUint32, PRBool)’:
> uriloader/exthandler/nsExternalHelperAppService.h:445: warning: ‘nsExternalAppHandler::mRequest’ will be initialized after
> uriloader/exthandler/nsExternalHelperAppService.h:356: warning: ‘char* nsExternalAppHandler::mDataBuffer’
> uriloader/exthandler/nsExternalHelperAppService.cpp:1098: warning: when initialized here
> uriloader/exthandler/nsExternalHelperAppService.cpp:1133: warning: comparison between signed and unsigned integer expressions
}
Filing this bug on fixing them.
Assignee | ||
Comment 1•15 years ago
|
||
Two-line patch to fix the warnings.
Flagging dougt for review, since the first warning is from his checkin. (tsk tsk :))
Attachment #445030 -
Flags: review?(dougt)
Comment 2•15 years ago
|
||
Comment on attachment 445030 [details] [diff] [review]
trivial fix
doh.
Attachment #445030 -
Flags: review?(dougt) → review+
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
>
> *** This bug has been marked as a duplicate of bug 562415 ***
ah, sorry -- didn't notice the duping, & landed patch:
http://hg.mozilla.org/mozilla-central/rev/6e98f21c7b61
(I searched for the filename nsExternalAppHandlerService.cpp when filing to catch dupes, but that failed because the other bug used class name instead of filename. My bad for making my search too specific.)
Resolving as fixed, and reversing the duping, since the patch that landed had this bug in the commit message.
Resolution: DUPLICATE → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•