mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 12:07:57 -05:00
cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally
This commit is contained in:
@ -64,8 +64,10 @@ if (MSVC)
|
||||
else()
|
||||
add_compile_options(
|
||||
-Wall
|
||||
-Werror=array-bounds
|
||||
-Werror=implicit-fallthrough
|
||||
-Werror=missing-declarations
|
||||
-Werror=missing-field-initializers
|
||||
-Werror=reorder
|
||||
-Werror=switch
|
||||
-Werror=uninitialized
|
||||
|
Reference in New Issue
Block a user