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)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
(deleted),
patch
|
froydnj
:
review+
|
Details | Diff | 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 1•9 years ago
|
||
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 2•9 years ago
|
||
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+
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Comment 5•9 years ago
|
||
> 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.
Description
•