From cc8c13b8435f34ef8901bb968c6998587ba9a19b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 16 Feb 2019 00:05:47 +0300 Subject: Fix non-detecting dangling junctions if built with mingw gcc --- libbutl/buildfile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libbutl/buildfile') diff --git a/libbutl/buildfile b/libbutl/buildfile index 2be258a..5374533 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -49,11 +49,6 @@ if $windows else cxx.libs += -lpthread -#@@ MOD VC bogus warning if module and dll-exported function called within DLL. -# -if ($cxx.features.modules && $cxx.class == 'msvc') - cxx.loptions += /ignore:4217 - # Include the generated version header into the distribution (so that we don't # pick up an installed one) and don't remove it when cleaning in src (so that # clean results in a state identical to distributed). -- cgit v1.1