diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index a8967409dc4..024352cb472 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1101,6 +1101,11 @@ end "-Wno-class-memaccess", -- many instances in ImGui and BGFX } end + if (version >= 100000) then + buildoptions { + "-Wno-return-local-addr", -- sqlite3.c in GCC 10 + } + end end end |