argtable / argtable3

A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
http://www.argtable.org
Other
372 stars 65 forks source link

Added -Wconversion, fixed conversion cosmetic issues #66

Closed andrew-aladev closed 3 years ago

andrew-aladev commented 3 years ago

We can add -Wconversion, it helps to fix all cosmetic issues about data conversion. Please review small pr.

tomghuang commented 3 years ago

Hi @andrew-aladev , thanks for helping the project to compile cleanly.