diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-12-25 01:01:23 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-12-25 01:01:23 +0100 |
commit | 1e191cc837cf9ff38e5d5566919be54654d185b9 (patch) | |
tree | 57f23feaa39b010afa364ac0b85292aea0663ab8 /src | |
parent | vk_shader_decompiler: Silence warning when compiling without asserts (diff) | |
download | yuzu-1e191cc837cf9ff38e5d5566919be54654d185b9.tar yuzu-1e191cc837cf9ff38e5d5566919be54654d185b9.tar.gz yuzu-1e191cc837cf9ff38e5d5566919be54654d185b9.tar.bz2 yuzu-1e191cc837cf9ff38e5d5566919be54654d185b9.tar.lz yuzu-1e191cc837cf9ff38e5d5566919be54654d185b9.tar.xz yuzu-1e191cc837cf9ff38e5d5566919be54654d185b9.tar.zst yuzu-1e191cc837cf9ff38e5d5566919be54654d185b9.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index a021d61f5..90f533730 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -303,6 +303,7 @@ if (MSVC) /we4457 # Declaration of 'identifier' hides function parameter /we4458 # Declaration of 'identifier' hides class member /we4459 # Declaration of 'identifier' hides global declaration + /we4715 # 'function' : not all control paths return a value ) else() target_compile_options(video_core PRIVATE |