Closed
Bug 1379498
Opened 9 years ago
Closed 9 years ago
cairo-truetype-subset.c uses deprecated _BSD_SOURCE instead of _DEFAULT_SOURCE
Categories
(Core :: Graphics: Text, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1379502
People
(Reporter: sophietheopossum, Unassigned)
References
Details
Attachments
(1 file)
|
43.86 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1379497 +++
+++ This bug was initially created as a clone of Bug #1379494 +++
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170709180027
Steps to reproduce:
compiled firefox
Actual results:
"_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
Expected results:
no error reported
| Reporter | ||
Comment 1•9 years ago
|
||
_BSD_SOURCE replaced with _DEFAULT_SOURCE
Updated•9 years ago
|
Component: Untriaged → Graphics: Text
Product: Firefox → Core
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•