Closed
Bug 1385703
Opened 7 years ago
Closed 7 years ago
warning: & has lower precedence than == in elfhack.cpp
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1385537
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
warning: build/unix/elfhack/elfhack.cpp:733:37 [-Wparentheses] & has lower precedence than ==; == will be evaluated first
with clang
Even if this is pretty obvious in the code, we should just silent it.
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Attachment #8891738 -
Attachment is obsolete: true
Attachment #8891738 -
Flags: review?(mh+mozilla)
Updated•7 years ago
|
status-firefox57:
affected → ---
Assignee | ||
Updated•7 years ago
|
Blocks: build-clang-trunk
Assignee | ||
Updated•7 years ago
|
No longer blocks: clang-based-analysis
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
•