diff --git a/src/engine/execnt.cpp b/src/engine/execnt.cpp index da21b30fb..4909fca10 100644 --- a/src/engine/execnt.cpp +++ b/src/engine/execnt.cpp @@ -55,7 +55,10 @@ #include #include #include +#pragma warning( push ) +#pragma warning(disable: 4800) // 'BOOL' forced to 'true' or 'false' #include +#pragma warning( pop ) /* get the maximum shell command line length according to the OS */