Merge pull request #4193 from sfc-gh-anoyes/anoyes/remove-no-unused-value

Remove -Wno-unused-value
This commit is contained in:
Markus Pilman 2021-01-07 09:14:14 -07:00 committed by GitHub
commit f28fb40324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,6 @@ else()
-Wno-unused-function
-Wno-unused-local-typedef
-Wno-unused-parameter
-Wno-unused-value
-Wno-self-assign
)
if (USE_CCACHE)