From 689b466a94996c70f7b689184816d56cc5b23af4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Feb 2018 18:08:43 +0200 Subject: Suppress VC warning --- build2/operation.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/operation.cxx') 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 -- cgit v1.1