mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Fix for the fix that didn't fix.
This commit is contained in:
parent
570997e6a1
commit
4efbe1725f
@ -123,9 +123,9 @@ if(NOT MSVC)
|
|||||||
-Wsign-compare
|
-Wsign-compare
|
||||||
-Wignored-qualifiers
|
-Wignored-qualifiers
|
||||||
-Wuninitialized
|
-Wuninitialized
|
||||||
if (NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
|
if (NOT ${CMAKE_CXX_COMPILER} MATCHES "clang++")
|
||||||
-Wlogical-op
|
-Wlogical-op
|
||||||
endif(NOT "${CMAKE_CXX_COMPILER}" MATCHES "clang++")
|
endif()
|
||||||
-Wshadow
|
-Wshadow
|
||||||
-Winit-self)
|
-Winit-self)
|
||||||
endif(NOT MSVC)
|
endif(NOT MSVC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user