Closed
Bug 1408750
Opened 7 years ago
Closed 7 years ago
allocateForDefinition: unused variable 'from'
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In file included from /data/jenkins/workspace/firefox-clang-last/obj-x86_64-pc-linux-gnu/js/src/Unified_cpp_js_src19.cpp:20:
/data/jenkins/workspace/firefox-clang-last/js/src/jit/StupidAllocator.cpp:411:18: error: unused variable 'from' [-Werror,-Wunused-variable]
CodePosition from;
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
This is because clang improved its detection of unused variables: https://reviews.llvm.org/D38678
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8918648 [details]
Bug 1408750 - allocateForDefinition: Remove unused variable 'from'
https://reviewboard.mozilla.org/r/189474/#review194912
Attachment #8918648 -
Flags: review?(nicolas.b.pierron) → review+
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5376560d4a73
allocateForDefinition: Remove unused variable 'from' r=nbp
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Assignee | ||
Updated•7 years ago
|
Blocks: build-clang-trunk
Assignee | ||
Updated•7 years ago
|
No longer blocks: clang-based-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•