#281 closed defect (fixed)
Multiple warnings from llvm/clang static analyzer
| Reported by: | rainer | Owned by: | rainer |
|---|---|---|---|
| Priority: | trivial | Milestone: | 3.0.1 |
| Component: | main | Version: | |
| Keywords: | Cc: |
Description (last modified by )
There are several warnings about variables that get initialized yet never read (usually because they are initialized again later, or discarded).
Change History (1)
comment:1 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
| Summary: | Multiple warning from llvm/clang static analyzer → Multiple warnings from llvm/clang static analyzer |
Note:
See TracTickets
for help on using tickets.
Fix committed as changeset [383].