Closed
Bug 229990
Opened 21 years ago
Closed 21 years ago
Mising #include <stdio.h> in nsScreenBeOS.cpp halts build
Categories
(Core Graveyard :: GFX: BeOS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: thesuckiestemail, Assigned: beos)
Details
Attachments
(1 file, 1 obsolete file)
628 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.7a) Gecko/20040103 Firebird/0.7+
Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.7a) Gecko/20040103 Firebird/0.7+
Build halts on implicit function printf.
Reproducible: Always
Steps to Reproduce:
1. Compile Mozilla
adding
#include <stdio.h>
fixes this
Comment 3•21 years ago
|
||
Comment on attachment 138351 [details] [diff] [review]
Patch that adds #include <stdio.h>
very simple patch.
no sr required - port only
Attachment #138351 -
Flags: review+
No need for including stdio.
Attachment #138351 -
Attachment is obsolete: true
Comment 5•21 years ago
|
||
thanks, I checked the second attachment in (and removed the #ifdef DEBUG, as
NS_NOTREACHED gets only executed in debug builds anyway)
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•