mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 19:52:25 -07:00
CMakeLists: Remove all redundant warnings
These are already explicitly or implicitly set in src/CMakeLists.txt
This commit is contained in:
@@ -160,8 +160,6 @@ if (MSVC)
|
||||
)
|
||||
else()
|
||||
target_compile_options(common PRIVATE
|
||||
-Werror
|
||||
|
||||
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user