aboutsummaryrefslogtreecommitdiff
path: root/libbutl/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-02-16 00:05:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-02-16 11:49:25 +0300
commitcc8c13b8435f34ef8901bb968c6998587ba9a19b (patch)
treecbb080a33af32aecfa753c7ad92dc738dff2daef /libbutl/buildfile
parent39ce51acd1a187891d9951e8ae5460f9b6f4603c (diff)
Fix non-detecting dangling junctions if built with mingw gcc
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r--libbutl/buildfile5
1 files changed, 0 insertions, 5 deletions
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).