Closed
Bug 218
Opened 27 years ago
Closed 24 years ago
Compile Warning
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dnebinger, Assigned: wtc)
Details
Created by David Nebinger (dnebinger@synertech.highmark.com) on Tuesday, April 14, 1998 11:31:33 AM PDT
Additional Details :
When compiling for HP/UX using the ''gmake -k'' command, a
compiler warning is generated about the HAVE_STRERROR being
re-defined. To remove this compiler warning, change the
ns/nsprpub/pr/include/md/_hpux.h file as follows. Surround
line # 44 to become:
#ifndef HAVE_STRERROR
#define HAVE_STRERROR
#endif
Thanks
Updated by Wan-Teh Chang (wtc@netscape.com) on Wednesday, May 6, 1998 7:55:39 PM PDT
Additional Details :
Assigned bug to myself.
Updated by Wan-Teh Chang (wtc@netscape.com) on Wednesday, May 6, 1998 11:38:35 PM PDT
Additional Details :
Fixed as you suggested, in mozilla/nsprpub/pr/include/md/_hpux.h,
revision 3.2.
Closed the bug.
Comment 1•26 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
Comment 2•24 years ago
|
||
these bugs are closed but have no resolution. reopening...
Status: CLOSED → REOPENED
Comment 3•24 years ago
|
||
marking as fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•