#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 rainer)
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 Changed 9 years ago by rainer
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Multiple warning from llvm/clang static analyzer to Multiple warnings from llvm/clang static analyzer
Note: See
TracTickets for help on using
tickets.
Fix committed as changeset [383].