Opened 13 years ago
Closed 7 years ago
#4 closed defect (wontfix)
Clean up warnings in C/C++ code
Reported by: | m-doucet | Owned by: | everybody |
---|---|---|---|
Priority: | minor | Milestone: | SasView Next Release +1 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView QA and testing |
Description
Clean up warnings in C/C++ code
Change History (9)
comment:1 Changed 13 years ago by m-doucet
- Milestone set to SansView 2.2
comment:2 Changed 12 years ago by butlerpd
- Owner changed from somebody to everybody
- Status changed from new to assigned
comment:3 Changed 12 years ago by butlerpd
- Milestone changed from SansView 2.2 to SansView 3.0.0
comment:4 Changed 12 years ago by butlerpd
- Component changed from SansView to SasView
comment:5 Changed 11 years ago by butler
- Milestone changed from SasView 3.0.0 to SasView Next Release
comment:6 Changed 11 years ago by Tobias Richter
- Priority changed from major to minor
comment:7 Changed 10 years ago by ajj
- Work Package set to SasView Bug Fixing
comment:8 Changed 9 years ago by pkienzle
- Work Package changed from SasView Bug Fixing to SasView QA and testing
comment:9 Changed 7 years ago by ajj
- Resolution set to wontfix
- Status changed from assigned to closed
This ticket is not specific enough and certainly the situation has changed since it was written as we now have a different set of C code (C99 for openCL) compared to 6 years ago. A more specific ticket should be opened to address any issues that are current in respect to compiler warnings.
Note: See
TracTickets for help on using
tickets.
The vast majority of the warnings are set but unused variables. Ugly but safe.
The only ones that looked more serious appear to be false positives.