From 006389f631f45cd248e84ff3a52103f2dbba3c37 Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 29 Apr 2023 22:33:00 -0400 Subject: Fixed another warning, a full compile now completes with GCC 13.1. [R. Belmont] --- scripts/genie.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3