Closed
Bug 925326
Opened 11 years ago
Closed 9 years ago
move addition of -Wno-uninitialized in bindings test Makefile to be effective
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: froydnj, Unassigned)
References
Details
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
At some point, rules.mk started modifying CXXFLAGS. The modification of CXXFLAGS,
then, needs to be moved after the inclusion of rules.mk. The main bindings
Makefile already had this done.
Attachment #815344 -
Flags: review?(Ms2ger)
Updated•11 years ago
|
Attachment #815344 -
Flags: review?(Ms2ger) → review?(gps)
Comment 2•11 years ago
|
||
Comment on attachment 815344 [details] [diff] [review]
move addition of -Wno-uninitialized in bindings test Makefile to be effective
Review of attachment 815344 [details] [diff] [review]:
-----------------------------------------------------------------
Umm, no. CXXFLAGS should be modified *before* rules.mk. This patch probably works out of sheer luck. Perhaps you need to re-add config.mk to this Makefile.in?
Attachment #815344 -
Flags: review?(gps)
Reporter | ||
Comment 3•11 years ago
|
||
(In reply to Gregory Szorc [:gps] from comment #2)
> Umm, no. CXXFLAGS should be modified *before* rules.mk. This patch probably
> works out of sheer luck. Perhaps you need to re-add config.mk to this
> Makefile.in?
Ah, I see, rules.mk includes config.mk if it's not already included. Maybe we should just make rules.mk complain in such cases, and make whatever magic generates topsrcdir and the like include config.mk too?
I'll fixup the patch.
Comment 4•9 years ago
|
||
This change is no longer necessary because the tree is now -Wuninitialized clean (bug 1001975), including dom/bindings. I am removing these -Wno-uninitialized CXXFLAGS in bug 1240592.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•