Remove -Wno-unused-value

This commit is contained in:
Andrew Noyes 2021-01-06 22:09:38 +00:00
parent a461b9c93b
commit e2e9b70206
1 changed files with 0 additions and 1 deletions

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)