diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-08 18:08:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-08 18:08:43 +0200 |
commit | 689b466a94996c70f7b689184816d56cc5b23af4 (patch) | |
tree | 1a043c6d4658c71e8ec102f7e98f7a505803382e | |
parent | 687e7cac244cd706c7f959f0486ab405d6942cdd (diff) |
Suppress VC warning
-rw-r--r-- | build2/operation.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index b242cb3..86c4f54 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -540,6 +540,7 @@ namespace build2 // VC doesn't "see" this can be const-initialized so we have to hack around // to ensure correct initialization order. // + #pragma warning(disable: 4073) #pragma init_seg(lib) const #endif |