Skip to content

Enable '-Wconversion' warnings

Toni Asensi Esteve requested to merge work/enable_Wconversion into master

After applying latest "Avoid 'conversion may change value' cases related to [...]" commits, the -Wconversion argument can be added to the Krusader building process. This argument allows that, by default, the compiler shows warnings in order to avoid some data losses caused by unwanted conversions from long long to int, from double to int, etc.

Revision: !60 (merged)

Merge request reports