diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2018-03-10 15:11:34 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2018-03-10 15:11:34 +0300 |
commit | d169a7bc44fcdc7e2faac7886aa131fa1471b2de (patch) | |
tree | 323533155dd2dfc07ae8fcf44a168140ab8ebca7 | |
parent | c9fc1ededb0e2c49f42083cf17280e960671e5f7 (diff) |
Fixes #40
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |