Closed
Bug 785422
Opened 13 years ago
Closed 13 years ago
silence gcc -pedantic warnings in cairo
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
707 bytes,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
Looks like cairo's Mozilla makefile removes -pedantic from OS_CXXFLAGS, but not OS_CFLAGS; the latter is what matters here, since cairo is compiled as C.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #655034 -
Flags: review?(jmuizelaar)
![]() |
Assignee | |
Updated•13 years ago
|
Blocks: buildwarning
Updated•13 years ago
|
Attachment #655034 -
Flags: review?(jmuizelaar) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Comment 4•13 years ago
|
||
Comment on attachment 655034 [details] [diff] [review]
patch
> +OS_CFLAGS := $(filter-out -pedantic,$(OX_CFLAGS))
OX_FLAGS is a typo. We're fixing this in bug 820540.
You need to log in
before you can comment on or make changes to this bug.
Description
•