diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-19 19:01:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-19 19:01:40 +0200 |
commit | 1879ffdb957b5c8e92d2bcc377c93ce2778f08c5 (patch) | |
tree | 99f0ea921ee5bbcf11173842d54275ac17ebdda1 | |
parent | bb6c25c468fe7bf0dcd2c1c81881c83aff8fbbda (diff) |
Squash that warning some more
-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 |