From eb8c0baa3b3e35ce83cc063041935c07ec778fff Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Wed, 10 May 2017 01:20:58 +0200 Subject: [PATCH] Add warning -Wused-but-marked-unused --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7dbb289..1c3f69e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS) -Wformat-overflow -Wunused-macros -Wmissing-variable-declarations + -Wused-but-marked-unused ) endif()