diff options
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 |