arun11299 / cpp-subprocess

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

msvc: Fix "warning C4101: 'status': unreferenced local variable" #94

Closed hebasto closed 10 months ago

hebasto commented 10 months ago

This change is required to build downstream projects using MSVC with the /WX compiler option.

No behavior changes.