Closed Bug 15572 Opened 25 years ago Closed 25 years ago

Clean-up build warnings

Categories

(Core Graveyard :: Tracking, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: slamm, Assigned: morse)

References

()

Details

Please cleanup your build warnings (url is in the URL field above). Driving for
beta is a great time to bring down the warning noise.

Most of your warnings look look innocuous, but getting them out of the way will
make it easier to spot potentially harmful warnings.
Status: NEW → ASSIGNED
Target Milestone: M11
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Checked in new versions of wallet.cpp, singsign.cpp, nsSignonViewer.cpp,
nsCookieViewer.cpp, and nsCookie.cpp.  That should get my warning count down to
1.  I don't know how to remove that warning so I'm going to leave it as is
(unless someone can tell me what change to make).
Where is that value written? Since it is a pointer value, could you write it
with "%p" and scan it with "%p"?
It's written by the following line, also in wallet.cpp.  The item of interest is
wallet_list and it is written with a %ld format.

  g += PR_snprintf(buffer+g, BUFLEN3-g,"%c%ld%c%s", BREAK, wallet_list, BREAK,
urlCString);
QA Contact: leger → elig
Slamm, is this fixed to your satisfaction? If so, could you possibly mark it as
'verified'? Thanks!
This is an old bug report.  Since then, I have gotten the build warnings down to
zero.
Status: RESOLVED → VERIFIED
Yup. Clearing out old unverified bugs.

Verified. Thanks.
Yup, verified. Thanks.
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.