Closed
Bug 64026
Opened 24 years ago
Closed 24 years ago
fix warning "Declaration of `mailDirectory' shadows previous local" in nsMovemailService.cpp
Categories
(MailNews Core :: Movemail, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: sspitzer)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
from http://tinderbox.mozilla.org/SeaMonkey/warn978319080.7319.html#sspitzer,
Declaration of `mailDirectory' shadows previous local
385 nsParseNewMailState *m_newMailParser;
386
387 nsCOMPtr<nsIFileSpec> mailDirectory;
388 rv = in_server->GetLocalPath(getter_AddRefs(mailDirectory));
389 if (NS_FAILED(rv))
Here comes the fix, adam please review.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
adding bienvenu for the eventual super review.
Status: NEW → ASSIGNED
Comment 3•24 years ago
|
||
That looks fine, r=adam@gimp.org
Sorry, if my compiler had caught it that wouldn't have
been there in the first place! :(
Comment 4•24 years ago
|
||
sr=bienvenu
Assignee | ||
Comment 5•24 years ago
|
||
fixed. thanks for the reviews.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
vrfy fixed
1.7 sspitzer%netscape.com Jan 1 2001
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•