aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-25 14:21:53 +0200
committerMartin Ridgers <[email protected]>2021-10-25 22:50:44 +0200
commitd0bfdc54f6785286d0076cba930e46a1c7dc6a35 (patch)
tree21fe3b580bae784bd3f3110760a63de37e5b60c9 /xmake.lua
parentAdded ScanFile() and ReadFile() tests (diff)
downloadzen-d0bfdc54f6785286d0076cba930e46a1c7dc6a35.tar.xz
zen-d0bfdc54f6785286d0076cba930e46a1c7dc6a35.zip
Reanbled unused-parameters/variables warnings on Linux
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake.lua b/xmake.lua
index 68a824b40..cb70c34ea 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -50,8 +50,6 @@ if is_os("windows") then
end
if is_os("linux") then
- add_cxxflags("-Wno-unused-variable")
- add_cxxflags("-Wno-unused-parameter")
add_cxxflags("-Wno-unused-value")
add_cxxflags("-Wno-strict-aliasing")
add_cxxflags("-Wno-implicit-fallthrough")