mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Re-enable warning "macro redefined" (clang)
This commit is contained in:
parent
5e75a0c497
commit
145b80d262
|
|
@ -50,7 +50,7 @@ else()
|
|||
add_compile_options(-Wno-unused-command-line-argument)
|
||||
|
||||
# For spam warning: '_GNU_SOURCE' macro redefined
|
||||
add_compile_options(-Wno-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…
Reference in a new issue