arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
456 stars 90 forks source link

Fix all the compilation warnings #9

Closed lenormf closed 6 years ago

lenormf commented 6 years ago

Hi,

There are quite many compilation warnings, it'd be nice if they were ironed out (e.g. unsigned/signed comparison, unused parameters).

Thanks.

arun11299 commented 6 years ago

Thanks for reporting the issue. I have fixed the warnings.