summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-04 18:49:25 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-04 18:49:25 +0200
commitb9c4a819ade7798c0c464151cc086bae911a1654 (patch)
tree1fe22d898de38f6d74a40112061614b5d00ff117 /CMakeLists.txt
parentMigrate to matrix-structs for event and response parsing (diff)
downloadnheko-b9c4a819ade7798c0c464151cc086bae911a1654.tar.xz
Fix travis errors
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69efeedd..1591c36f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,7 +121,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
         -Werror \
         -pipe \
         -pedantic \
-        -ferror-limit=3 \
         -Wunreachable-code")
 
     if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")