edisionnano / QDiskInfo

QDiskInfo is a frontend for smartctl (part of the smartmontools package). It provides a user experience similar to CrystalDiskInfo. It shows the SMART (Self-Monitoring, Analysis, and Reporting Technology) data of modern hard disk drives.
GNU General Public License v3.0
102 stars 9 forks source link

Add compiler warnings #11

Closed riiga closed 2 months ago

riiga commented 2 months ago

Just a suggestion for the addition of some basic compiler warnings.

edisionnano commented 2 months ago

That's a useful one, I'd probably add -Wuseless-cast -Wconversion -Wsign-conversion -Wshadow too. What do you think?

riiga commented 2 months ago

Good idea, I added them.