Closed Bug 1266295 Opened 9 years ago Closed 9 years ago

Remove unnecessary compiler version checks for gcc <= 4.8.0 in xpcom

Categories

(Core :: XPCOM, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla48
Tracking Status
firefox47 --- wontfix
firefox48 --- fixed

People

(Reporter: cpeterson, Assigned: cpeterson)

References

Details

Attachments

(1 file)

Attached patch remove-gcc-version-checks.patch (deleted) — Splinter Review
Now that we require gcc >= 4.8.5, we can remove these compiler version checks for older gcc versions. We can also remove the -Wdelete-non-virtual-dtor warning suppression because nsAtomTable.cpp was rewritten and no longer triggers that warning.
Attachment #8743663 - Flags: review?(nfroyd)
Comment on attachment 8743663 [details] [diff] [review] remove-gcc-version-checks.patch Review of attachment 8743663 [details] [diff] [review]: ----------------------------------------------------------------- Thanks for cleaning this up.
Comment on attachment 8743663 [details] [diff] [review] remove-gcc-version-checks.patch Review of attachment 8743663 [details] [diff] [review]: ----------------------------------------------------------------- Thanks for cleaning this up.
Attachment #8743663 - Flags: review?(nfroyd) → review+
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
> We can also remove the -Wdelete-non-virtual-dtor warning suppression because > nsAtomTable.cpp was rewritten and no longer triggers that warning. \o/
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: