Closed
Bug 916918
Opened 12 years ago
Closed 12 years ago
move FAIL_ON_WARNINGS to mozbuild
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 908142
People
(Reporter: joey, Unassigned)
References
(Blocks 1 open bug)
Details
./js/xpconnect/shell/Makefile.in:FAIL_ON_WARNINGS := 1
./uriloader/exthandler/tests/Makefile.in:FAIL_ON_WARNINGS = 1
./xpcom/tests/Makefile.in:FAIL_ON_WARNINGS = 1
./security/sandbox/Makefile.in:FAIL_ON_WARNINGS = 1
./netwerk/test/Makefile.in:FAIL_ON_WARNINGS := 1
The var will also need to land on the makefile exclusion list to prevent future additions.
Reporter | ||
Updated•12 years ago
|
Blocks: nomakefiles
![]() |
||
Comment 1•12 years ago
|
||
Dupe of Bug 908142?
![]() |
||
Comment 2•12 years ago
|
||
Bug 908142 moved the remaining FAIL_ON_WARNINGS to moz.build files, but didn't disallow them.
Bug 928735 is filed to disallow them.
=> Seems most appropriate to me to resolve this as a dupe of Bug 908142.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•