HerveAncher

Results 3 comments of HerveAncher

Hi everybody, Last week I pushed a PR to build static library under Windows, and manage exported files in relation. I think the best way if to use the flag...

Hi, In fact, I never try to compile Nginx with MSVC, I am using MSYS2. The error MSVC returns telling you that the left shift imply that the temporary created...

Another option is to tell MSVC to do not treat warning as error by removing the flag `/WX` in compiler option: https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2220?view=msvc-170