liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/CMakeLists.txt
|
|
|
@ -85,6 +85,7 @@ 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) |
|
|
|
|