summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-05-26 22:35:19 +0200
committer Olivier Galibert <galibert@pobox.com>2021-05-26 22:35:19 +0200
commit293a5c912937c5f0f6a20259d391b4e4c6a1b6e6 (patch)
tree8da5747df16a9d26c9e6a7b14ee7979c544c9f32
parent330cda9259740495e823650f3c1f8f21266722e5 (diff)
Stupid warning is stupid
-rw-r--r--scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index fcf46b64e43..833cb6e3712 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1088,6 +1088,7 @@ end
"-Wno-unknown-attributes",
"-Wno-unknown-warning-option",
"-Wno-unused-value",
+ "-Wno-unused-const-variable",
}
if (version < 70000) or ((version < 100001) and (_OPTIONS["targetos"] == 'macosx')) then
buildoptions { -- clang 6.0 complains that [[maybe_unused]] is ignored for static data members