summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2022-05-11 21:30:46 -0400
committer arbee <rb6502@users.noreply.github.com>2022-05-11 21:30:46 -0400
commitf6b18012bc948438dd5dc5e1abf205c1aea43744 (patch)
treed58b04c15d53e2e0e7240aa8359250de4cbd389c /scripts
parenta5647347df56dc845a617dd103c8aead85c24400 (diff)
mips3: Fixed error flagged by GCC 12 [Ryan Holtz, R. Belmont]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genie.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index edf86d71850..f9307359ba1 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1100,7 +1100,6 @@ end
buildoptions {
"-Wno-maybe-uninitialized",
"-Wno-uninitialized", -- netlist
- "-Wno-address", -- mips3.cpp
}
end
end