diff options
author | 2021-06-30 13:14:31 +1000 | |
---|---|---|
committer | 2021-06-30 13:14:31 +1000 | |
commit | e378c928560161407414a728241b5ea4274a8d94 (patch) | |
tree | 7bdd80fef49cf8d74393d23cff08bd31c83e09b8 /docs/release/scripts/genie.lua | |
parent | 90d3ce17ab3130bd9af1f38488fab9a937887037 (diff) |
0.233 filestag233
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r-- | docs/release/scripts/genie.lua | 1 |
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 |