diff options
Diffstat (limited to 'xmake/modules/core/tools/swiftc.lua')
| -rw-r--r-- | xmake/modules/core/tools/swiftc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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" } |
