Closed
Bug 1003975
Opened 11 years ago
Closed 11 years ago
Clang Static Analysis: useless declaration in jit
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla32
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
995 bytes,
patch
|
Details | Diff | Splinter Review |
The attached patch fixes a warning detected by scan-build, the clang static analyzer.
Assignee | ||
Updated•11 years ago
|
Attachment #8415441 -
Flags: review?(nicolas.b.pierron)
Comment 1•11 years ago
|
||
Comment on attachment 8415441 [details] [diff] [review]
jit-minor-fix.diff
Review of attachment 8415441 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/jit/TypePolicy.cpp
@@ -777,1 @@
> }
style-nit: remove the braces too [1].
[1] https://wiki.mozilla.org/JavaScript:SpiderMonkey:Coding_Style#Other_whitespace
Attachment #8415441 -
Flags: review?(nicolas.b.pierron) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8415441 -
Attachment is obsolete: true
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Assignee: nobody → sledru
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•