mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-08-28 17:41:01 +00:00
"Merge Tagged PR 11459"
This commit is contained in:
parent
bbfd9eb428
commit
1e7c6da979
|
@ -85,6 +85,7 @@ if (MSVC)
|
||||||
/wd4100 # 'identifier': unreferenced formal parameter
|
/wd4100 # 'identifier': unreferenced formal parameter
|
||||||
/wd4324 # 'struct_name': structure was padded due to __declspec(align())
|
/wd4324 # 'struct_name': structure was padded due to __declspec(align())
|
||||||
/wd4201 # nonstandard extension used : nameless struct/union
|
/wd4201 # nonstandard extension used : nameless struct/union
|
||||||
|
/wd4702 # unreachable code (when used with LTO)
|
||||||
)
|
)
|
||||||
|
|
||||||
if (USE_CCACHE OR YUZU_USE_PRECOMPILED_HEADERS)
|
if (USE_CCACHE OR YUZU_USE_PRECOMPILED_HEADERS)
|
||||||
|
|
Loading…
Reference in a new issue