Closed
Bug 424
Opened 27 years ago
Closed 26 years ago
Warning fix: -DBSD on BSD platforms
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
CLOSED
FIXED
People
(Reporter: driehuis, Assigned: briano)
Details
Created by Bert Driehuis (driehuis@playbeing.org) on Friday, June 5, 1998 12:38:10 PM PDT
Additional Details :
Systems which define BSD in one of the system header files
cause spurious warning messages. In message
snews://secnews.netscape.com/Pine.SUN.3.95q.980601001123.13327A-200000%40dewmoth
I propose a workaround by renaming the instances of -DBSD
actually used by Mozilla to GENERIC_BSD.
Updated by Wan-Teh Chang (wtc@netscape.com) on Monday, June 8, 1998 6:22:27 PM PDT
Additional Details :
Reassigned the bug to Brian Ostrom.
Assignee | ||
Comment 1•27 years ago
|
||
This should only be an issue on the BSDI BSD/OS platforms now, and
only when param.h is included. I'll check for #ifdef BSD (and
equivalents), and see if I can change them to something that will
allow the elimination of '-DBSD' from BSD_OS.mk.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
This shouldn't be a problem anymore. But since it's currently
impossible to build mozilla on any version of BSD_OS, it's hard
to tell what the runtime results will be....
Updated•26 years ago
|
QA Contact: 1677
Comment 3•26 years ago
|
||
Brian -- can you please verify this bug -- thanks
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•