Skip to content

Commit

Permalink
Re-enable warning "macro redefined" (clang)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Feb 21, 2020
1 parent 5e75a0c commit 145b80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/cmake_modules/ConfigureCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 145b80d

Please sign in to comment.