Closed
Bug 1203412
Opened 10 years ago
Closed 10 years ago
Fix a warning in intl/unicharutil/
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
3.32 KB,
patch
|
emk
:
review+
|
Details | Diff | Splinter Review |
This change is for the following warning-as-error that shows up on "B2G L
Emulator" builds: "error: call to 'sprintf' declared with attribute warning:
sprintf is often misused; please use snprintf".
The patch also removes two ALLOW_COMPILER_WARNINGS=True flags, which are no
longer necessary.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Attachment #8659064 -
Flags: review?(VYV03354)
![]() |
Assignee | |
Comment 2•10 years ago
|
||
Updated•10 years ago
|
Attachment #8659064 -
Flags: review?(VYV03354) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•