diff options
| author | ruki <[email protected]> | 2019-05-22 22:28:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-05-22 08:52:19 +0800 |
| commit | b91f9e89bed5bf3db0f7a0e78b6c69666eab21eb (patch) | |
| tree | 77044802f928eb6bf8675ce567b376a19e66cf19 | |
| parent | a8bd687896b419e5af946844bc08138e48613275 (diff) | |
remove other extra warnings
| -rw-r--r-- | xmake/modules/core/tools/dmd.lua | 1 | ||||
| -rw-r--r-- | xmake/modules/core/tools/ml.lua | 1 | ||||
| -rw-r--r-- | xmake/modules/core/tools/swiftc.lua | 1 |
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" } |
