diff options
-rw-r--r-- | libbutl/process.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbutl/process.cxx b/libbutl/process.cxx index f74fe95..2a85cca 100644 --- a/libbutl/process.cxx +++ b/libbutl/process.cxx @@ -15,6 +15,7 @@ # ifdef _MSC_VER # pragma warning (push, 1) +# pragma warning (disable: 4091) # endif # include <imagehlp.h> // ImageLoad(), etc (PE insepction for MSYS2 detect). # ifdef _MSC_VER |