From 4c4ea557b344b035507652cfbc3b616904f958e9 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 8 May 2018 18:43:56 +0300 Subject: Replace shared pointers of MatrixClient with a single instance --- cmake/CompilerFlags.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') diff --git a/cmake/CompilerFlags.cmake b/cmake/CompilerFlags.cmake index 2aa92e54..f5860a99 100644 --- a/cmake/CompilerFlags.cmake +++ b/cmake/CompilerFlags.cmake @@ -4,6 +4,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU") -Wextra \ -Werror \ -pipe \ + -Wno-unused-function \ -pedantic \ -Wunreachable-code") -- cgit v1.2.3