Compare commits

..

1 Commits

Author SHA1 Message Date
yuzubot
8387ab1451 Android #67 2023-09-11 00:57:36 +00:00

View File

@@ -85,7 +85,6 @@ if (MSVC)
/wd4100 # 'identifier': unreferenced formal parameter
/wd4324 # 'struct_name': structure was padded due to __declspec(align())
/wd4201 # nonstandard extension used : nameless struct/union
/wd4702 # unreachable code (when used with LTO)
)
if (USE_CCACHE OR YUZU_USE_PRECOMPILED_HEADERS)