mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 22:17:57 -05: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