aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/operation.cxx1
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