diff options
| author | ruki <[email protected]> | 2019-05-22 00:49:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-05-21 22:58:53 +0800 |
| commit | a8bd687896b419e5af946844bc08138e48613275 (patch) | |
| tree | b4cbae58ebcc3a2f2caf5d7c74c543cac94af024 /xmake/modules/core/tools/nvcc.lua | |
| parent | a3c9277b29176637c74c5feb3a7018e5c75a6d38 (diff) | |
remove extra warning level
Diffstat (limited to 'xmake/modules/core/tools/nvcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/nvcc.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/nvcc.lua b/xmake/modules/core/tools/nvcc.lua index 1032c4cbf..12c0b9209 100644 --- a/xmake/modules/core/tools/nvcc.lua +++ b/xmake/modules/core/tools/nvcc.lua @@ -72,7 +72,6 @@ function nf_warning(self, level) local maps = { none = "-w" - , extra = "-Wreorder" , everything = "-Wreorder" , error = "-Werror" } @@ -84,7 +83,6 @@ function nf_warning(self, level) , less = "-W1" , more = "-W3" , all = "-W3" -- = "-Wall" will enable too more warnings - , extra = "-W4" , everything = "-Wall" , error = "-WX" } @@ -100,7 +98,6 @@ function nf_warning(self, level) , less = "-Wall" , more = "-Wall" , all = "-Wall" - , extra = "-Wextra" , everything = "-Weverything -Wall -Wextra -Weffc++" , error = "-Werror" } |
