FDOS / fdisk

Fixed Disk Setup Program - manages partitions using the MBR partitioning scheme
GNU General Public License v2.0
44 stars 13 forks source link

consider compile-time warnings as errors #34

Closed mateuszviste closed 1 year ago

mateuszviste commented 1 year ago

added -we to wcl. without this it is easy to miss a warning. now if a there is a warning, the build fails and the human has no other choice than to look into the issue.