Ticket #195 (assigned enhancement)
Improve code quality by enabling more compiler warnings
| Reported by: | diederik | Owned by: | diederik |
|---|---|---|---|
| Priority: | normal | Milestone: | kmess-2.0 |
| Component: | Deployment | Version: | 1.5 |
| Keywords: | Cc: |
Description (last modified by valerio) (diff)
The quality of the code could be improved by enabling more compiler warnings, and fixing that code.
The most useful one (which currently is not enabled) is:
- -Wold-style-cast - a warning is issued whenever a C-style (type) cast is performed instead of C++-style x_cast<type>() casts.
And less relevant for now:
- -Wfatal-errors
- -pedantic
Change History
Note: See
TracTickets for help on using
tickets.
