mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 12:12:32 -07:00
CMakeLists: Treat MSVC warnings as errors
This commit is contained in:
@@ -58,6 +58,8 @@ if (MSVC)
|
||||
|
||||
# Warnings
|
||||
/W3
|
||||
/WX
|
||||
|
||||
/we4018 # 'expression': signed/unsigned mismatch
|
||||
/we4062 # Enumerator 'identifier' in a switch of enum 'enumeration' is not handled
|
||||
/we4101 # 'identifier': unreferenced local variable
|
||||
|
Reference in New Issue
Block a user