From d169a7bc44fcdc7e2faac7886aa131fa1471b2de Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sat, 10 Mar 2018 15:11:34 +0300 Subject: Fixes #40 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea765ad..ae25f65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(TgBot) option(ENABLE_TESTS "Set to ON to enable building of tests" OFF) ### sources -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -W3") include_directories(include) set(SRC_LIST src/Api.cpp -- cgit v1.2.3