X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=76ef4cdbb6ad385d5931382f40ed6a75219c373c;hp=70b1b813c92af81edae6ff95123b18b8a54fa126;hb=876ceb1feb466f4dd2e29d01433878b8cf29cd6f;hpb=69726f4df3b35b06deabc66d4b4ed5f695ea3fc2 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;