summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2023-04-29 22:33:00 -0400
committer arbee <rb6502@users.noreply.github.com>2023-04-29 22:33:00 -0400
commit006389f631f45cd248e84ff3a52103f2dbba3c37 (patch)
treed5125417e8c1fb0b8e86efa127923a1b601902b2 /scripts/genie.lua
parentb4c9b347f82391ef612d1bda2c7dd0a878d2ec0f (diff)
Fixed another warning, a full compile now completes with GCC 13.1. [R. Belmont]
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index b2d9a291650..8b05e60bb56 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1111,6 +1111,7 @@ end
buildoptions_cpp {
"-Wno-dangling-reference",
"-Wno-dangling-pointer",
+ "-Wno-xor-used-as-pow",
}
end
end