Closed
Bug 1646176
Opened 4 years ago
Closed 4 years ago
Fix clang-11 uninitialized warnings in test-prettyprinters.cpp
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: away, Assigned: away)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Starting in clang-11 we'll get:
error: variable 'i' is uninitialized when passed as a const reference argument here [-Werror,-Wuninitialized-const-reference]
Pushed by dmajor@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/62c8ae7d2c52 Fix clang-11 uninitialized warnings in test-prettyprinters.cpp r=jimb
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•