Remove -Wno-unused-value for clang
This commit is contained in:
parent
20271c5b67
commit
3b1e785e5b
|
@ -233,7 +233,6 @@ else()
|
|||
-Wno-unused-function
|
||||
-Wno-unused-local-typedef
|
||||
-Wno-unused-parameter
|
||||
-Wno-unused-value
|
||||
)
|
||||
if (USE_CCACHE)
|
||||
add_compile_options(
|
||||
|
|
Loading…
Reference in New Issue