summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_core/CMakeLists.txt1
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)
303 /we4457 # Declaration of 'identifier' hides function parameter 303 /we4457 # Declaration of 'identifier' hides function parameter
304 /we4458 # Declaration of 'identifier' hides class member 304 /we4458 # Declaration of 'identifier' hides class member
305 /we4459 # Declaration of 'identifier' hides global declaration 305 /we4459 # Declaration of 'identifier' hides global declaration
306 /we4715 # 'function' : not all control paths return a value
306 ) 307 )
307else() 308else()
308 target_compile_options(video_core PRIVATE 309 target_compile_options(video_core PRIVATE