I encounter this warning compiling an application that uses Boost process 1.72.0 with MSVC. ```cpp include\boost\process\detail\windows\handles.hpp(37): warning C4189: 'cnt': local variable is initialized but not referenced ```
I encounter this warning compiling an application that uses Boost process 1.72.0 with MSVC.