diff --git a/src/types.h b/src/types.h index 70b1b813..76ef4cdb 100644 --- a/src/types.h +++ b/src/types.h @@ -27,6 +27,7 @@ // Disable some silly and noisy warning from MSVC compiler #pragma warning(disable: 4800) // Forcing value to bool 'true' or 'false' #pragma warning(disable: 4127) // Conditional expression is constant +#pragma warning(disable: 4146) // Unary minus operator applied to unsigned type // MSVC does not support typedef signed __int8 int8_t;