Enable self-assign warning for clang
This commit is contained in:
parent
8d4569b63c
commit
13fe89ff06
|
@ -302,7 +302,6 @@ else()
|
|||
-Wno-unused-function
|
||||
-Wno-unused-local-typedef
|
||||
-Wno-unused-parameter
|
||||
-Wno-self-assign
|
||||
)
|
||||
if (USE_CCACHE)
|
||||
add_compile_options(
|
||||
|
|
Loading…
Reference in New Issue