leahneukirchen / mblaze

Unix utilities to deal with Maildir
Other
444 stars 48 forks source link

-Werror (and fix) sign comparison warnings #153

Closed Drahflow closed 5 years ago

leahneukirchen commented 5 years ago

No -Werror for release tarballs, and i think mmime is fixed easier by using ssize_t for linelen.

237ad8a & adb5850

Drahflow commented 5 years ago

I think mmime is fixed easier by using ssize_t for linelen. I didn't want to remove the indication that linelen can never become negative; but yeah definitely looks nicer in your version.