X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=91563109f997187db40aaaaad8784ef75746f629;hb=358ccf206ba142a68c7b5b3622a79cc309107f6d;hp=f6d993d07cf56be595331b9ce3ed5f892559a63b;hpb=85a7456bd7e8a1a01cdbfa8f4b6fb563d15a37c6;p=stockfish diff --git a/src/types.h b/src/types.h index f6d993d0..91563109 100644 --- a/src/types.h +++ b/src/types.h @@ -27,6 +27,10 @@ #else +// 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 + typedef __int8 int8_t; typedef unsigned __int8 uint8_t; typedef __int16 int16;