mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 06:07:55 -05:00
shader: Address feedback + clang format
This commit is contained in:
@ -197,6 +197,8 @@ else()
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
|
||||
-Werror=unused-variable
|
||||
|
||||
# Bracket depth determines maximum size of a fold expression in Clang since 9c9974c3ccb6.
|
||||
# And this in turns limits the size of a std::array.
|
||||
$<$<CXX_COMPILER_ID:Clang>:-fbracket-depth=1024>
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user