Closed Bug 785422 Opened 13 years ago Closed 13 years ago

silence gcc -pedantic warnings in cairo

Categories

(Core :: Graphics, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla18

People

(Reporter: froydnj, Assigned: froydnj)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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.
Attached patch patchSplinter Review
Attachment #655034 - Flags: review?(jmuizelaar)
Blocks: buildwarning
Attachment #655034 - Flags: review?(jmuizelaar) → review+
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
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.

Attachment

General

Created:
Updated:
Size: