mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
GCC 10 fix for sqlite3 (nw)
This commit is contained in:
parent
335693151e
commit
47a8f8c2bb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user