diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-08 18:43:56 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-08 18:43:56 +0300 |
commit | 4c4ea557b344b035507652cfbc3b616904f958e9 (patch) | |
tree | e8e610bfdaebb0ffb3a472f89b699bc3f65852b8 /cmake | |
parent | Remove the pseudo deb & rpm packages from releases (diff) | |
download | nheko-4c4ea557b344b035507652cfbc3b616904f958e9.tar.xz |
Replace shared pointers of MatrixClient with a single instance
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/CompilerFlags.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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") |