Closed
Bug 211221
Opened 22 years ago
Closed 15 years ago
build warnings in nsNNTPProtocol.cpp
Categories
(MailNews Core :: Networking: NNTP, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
References
(Blocks 1 open bug)
Details
when building with gcc under win32 I get:
c:/mozilla/mozilla/mailnews/news/src/nsNNTPProtocol.cpp: In member function
`PRInt32 nsNNTPProtocol::ReadXover(nsIInputStream*, unsigned int)':
c:/mozilla/mozilla/mailnews/news/src/nsNNTPProtocol.cpp:3616: warning: argument
of negative value `-1' to `unsigned int'
c:/mozilla/mozilla/mailnews/news/src/nsNNTPProtocol.cpp: In member function
`PRInt32 nsNNTPProtocol::DisplayNewsRC()':
c:/mozilla/mozilla/mailnews/news/src/nsNNTPProtocol.cpp:4042: warning: passing
negative value `-1' for argument 2 of `void
nsNNTPProtocol::SetProgressBarPercent(unsigned int, unsigned int)'
nsNewsDownloader.cpp
Updated•22 years ago
|
Blocks: buildwarning
Updated•20 years ago
|
Product: MailNews → Core
Comment 1•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Comment 3•15 years ago
|
||
Someone fixed these particular warnings, all I see now is the ubiquitous FILE_ILLEGAL_CHARACTERS redefinition and an anonymous enum type mismatch.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 4•15 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1269248649.1269258668.611.gz&fulltext=1
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey2.0/1269334510.1269341848.10558.gz&fulltext=1
V.WorksForMe, all warnings.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•