summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/genie.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-06-30 13:14:31 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2021-06-30 13:14:31 +1000
commite378c928560161407414a728241b5ea4274a8d94 (patch)
tree7bdd80fef49cf8d74393d23cff08bd31c83e09b8 /docs/release/scripts/genie.lua
parent90d3ce17ab3130bd9af1f38488fab9a937887037 (diff)
0.233 filestag233
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r--docs/release/scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua
index fcf46b64e43..833cb6e3712 100644
--- a/docs/release/scripts/genie.lua
+++ b/docs/release/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