summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/core/tools/dmd.lua1
-rw-r--r--xmake/modules/core/tools/ml.lua1
-rw-r--r--xmake/modules/core/tools/swiftc.lua1
3 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/dmd.lua b/xmake/modules/core/tools/dmd.lua
index 8c4a50fdb..6f92b402d 100644
--- a/xmake/modules/core/tools/dmd.lua
+++ b/xmake/modules/core/tools/dmd.lua
@@ -96,7 +96,6 @@ function nf_warning(self, level)
, less = "-w"
, more = "-w -wi"
, all = "-w -wi"
- , extra = "-w -wi"
, everything = "-w -wi"
, error = "-de"
}
diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua
index 4f186a58d..040df6fd7 100644
--- a/xmake/modules/core/tools/ml.lua
+++ b/xmake/modules/core/tools/ml.lua
@@ -69,7 +69,6 @@ function nf_warning(self, level)
, less = "-W1"
, more = "-W3"
, all = "-W3"
- , extra = "-W3"
, everything = "-W3"
, error = "-WX"
}
diff --git a/xmake/modules/core/tools/swiftc.lua b/xmake/modules/core/tools/swiftc.lua
index df4736a59..de6800123 100644
--- a/xmake/modules/core/tools/swiftc.lua
+++ b/xmake/modules/core/tools/swiftc.lua
@@ -100,7 +100,6 @@ function nf_warning(self, level)
, less = "-warn-swift3-objc-inference-minimal"
, more = "-warn-swift3-objc-inference-minimal"
, all = "-warn-swift3-objc-inference-complete"
- , extra = "-warn-swift3-objc-inference-complete"
, everything = "-warn-swift3-objc-inference-complete"
, error = "-warnings-as-errors"
}