Ensure that zip.h warning disable is pushed

pull/3328/head
awr1 2020-07-14 22:07:24 -05:00
parent 638369e995
commit 77cf6e3433
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <sys/types.h>
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4127 )
#endif //_MSC_VER