summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2024-01-26 12:31:40 +0800
committerGitHub <[email protected]>2024-01-26 12:31:40 +0800
commitef4d0a665fe010b3cb0f1d58cbb110a7469ebe78 (patch)
tree47077704a2308301bb79efbdf1a3e7a0cec072b7 /xmake/plugins
parentddd492657889e5a1a9315047b125e764e10e4abb (diff)
parente8c8fae2e3ada7f38b47c9238ee547ac06193241 (diff)
Merge pull request #4651 from xmake-io/warn
Enable warning output by default
Diffstat (limited to 'xmake/plugins')
-rw-r--r--xmake/plugins/watch/main.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/plugins/watch/main.lua b/xmake/plugins/watch/main.lua
index 1b9890be6..cbef811ae 100644
--- a/xmake/plugins/watch/main.lua
+++ b/xmake/plugins/watch/main.lua
@@ -91,9 +91,6 @@ function _run_command(events)
if option.get("diagnosis") then
table.insert(argv, "-D")
end
- if option.get("warning") then
- table.insert(argv, "-w")
- end
local target = option.get("target")
if target then
table.insert(argv, target)