From e2e9b70206c7d1cb06a707f0c4b1433cc902d922 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 6 Jan 2021 22:09:38 +0000 Subject: [PATCH] Remove -Wno-unused-value --- cmake/ConfigureCompiler.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/ConfigureCompiler.cmake b/cmake/ConfigureCompiler.cmake index 270fbc9f9c..d5dbb1a416 100644 --- a/cmake/ConfigureCompiler.cmake +++ b/cmake/ConfigureCompiler.cmake @@ -259,7 +259,6 @@ else() -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-parameter - -Wno-unused-value -Wno-self-assign ) if (USE_CCACHE)