mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Add "-Wno-macro-redefined" for clang spam
This commit is contained in:
parent
762c8d5430
commit
70bcb1cd52
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ else()
|
|||
add_compile_options(-Wno-pessimizing-move)
|
||||
add_compile_options(-Wno-delete-non-virtual-dtor)
|
||||
add_compile_options(-Wno-unused-command-line-argument)
|
||||
|
||||
# For spam warning: '_GNU_SOURCE' macro redefined
|
||||
add_compile_options(-Wno-macro-redefined)
|
||||
elseif(CMAKE_COMPILER_IS_GNUCXX)
|
||||
add_compile_options(-Wno-maybe-uninitialized)
|
||||
add_compile_options(-Wno-strict-aliasing)
|
||||
|
|
Loading…
Add table
Reference in a new issue