Browse Source

Always compile with -Wall

Matthias Vogelgesang 9 years ago
parent
commit
dba2261b50
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -14,6 +14,8 @@ configure_paths(PIV)
 find_package(PkgConfig REQUIRED)
 pkg_check_modules(UFO ufo>=0.7.0 REQUIRED)
 
+add_definitions("-Wall")
+
 include_directories(${UFO_INCLUDE_DIRS})
 link_directories(${UFO_LIBRARY_DIRS})