Closed
Bug 1855453
Opened 2 years ago
Closed 1 year ago
Unused variable leads to build failure in non-unified build but not in unified build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mbrodesser, Unassigned)
References
Details
Build failure: https://treeherder.mozilla.org/logviewer?job_id=430486134&repo=autoland&lineNumber=53963
Build success: https://treeherder.mozilla.org/jobs?repo=try&revision=6ea46c20aa4f24bb35e05e1259caab1019c384f3&selectedTaskRun=RPnyHaSbRv2QArNYSAJlOg.0
Expected: build behavior should be consistent.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:andi, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(bpostelnicu)
Updated•1 year ago
|
Component: Source Code Analysis → General
Flags: needinfo?(bpostelnicu)
Product: Developer Infrastructure → Firefox Build System
Comment 2•1 year ago
|
||
Expected: build behavior should be consistent.
Inherently, there are differences between unified builds and non-unified builds. There's nothing we can do about it. In this specific case, there are analysis that can't run when the .cpp is #included in another, and unused variables looks like it's one of them.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•