mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 12:28:34 -06: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 New Issue
Block a user