summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/nvcc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/core/tools/nvcc.lua')
-rw-r--r--xmake/modules/core/tools/nvcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/nvcc.lua b/xmake/modules/core/tools/nvcc.lua
index d5a7ef6d2..b2284ad05 100644
--- a/xmake/modules/core/tools/nvcc.lua
+++ b/xmake/modules/core/tools/nvcc.lua
@@ -107,7 +107,7 @@ function nf_warning(self, level)
none = "-W0"
, less = "-W1"
, more = "-W3"
- , all = "-W3" -- = "-Wall" will enable too more warnings
+ , all = "-W4" -- = "-Wall" will enable too more warnings
, everything = "-Wall"
, error = "-WX"
}