Fixed another warning, a full compile now completes with GCC 13.1. [R. Belmont]

This commit is contained in:
arbee 2023-04-29 22:33:00 -04:00
parent b4c9b347f8
commit 006389f631

View File

@ -1111,6 +1111,7 @@ end
buildoptions_cpp {
"-Wno-dangling-reference",
"-Wno-dangling-pointer",
"-Wno-xor-used-as-pow",
}
end
end