mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
3rdparty: Suppress unused variabe warnings for SQLite3 - clang 15.0.5 for Windows considers sqlite3_os_type unused.
This commit is contained in:
parent
d3b9bbba6f
commit
b97bda1282
@ -980,6 +980,7 @@ project "sqlite3"
|
|||||||
"-Wno-discarded-qualifiers",
|
"-Wno-discarded-qualifiers",
|
||||||
"-Wno-undef",
|
"-Wno-undef",
|
||||||
"-Wno-unused-but-set-variable",
|
"-Wno-unused-but-set-variable",
|
||||||
|
"-Wno-unused-variable",
|
||||||
}
|
}
|
||||||
if _OPTIONS["gcc"]~=nil then
|
if _OPTIONS["gcc"]~=nil then
|
||||||
if string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "asmjs") or string.find(_OPTIONS["gcc"], "android") then
|
if string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "asmjs") or string.find(_OPTIONS["gcc"], "android") then
|
||||||
|
Loading…
Reference in New Issue
Block a user