diff --git a/CMakeLists.txt b/CMakeLists.txt index ba2125a..dc92f24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ endif(NOT CMAKE_BUILD_TYPE STREQUAL "Debug") set(DOXYFILE_LATEX false) include(UseDoxygen) -# Switch on warnings and disable one python interface warning. +# Switch on warnings. add_definitions(-Wall -Wextra) # Boost required for any and cstdint on MSVC < 2010