Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9611bdcb authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

ci: Add -Werror to force people to remove warnings before pushing

parent b950c691
No related branches found
No related tags found
1 merge request!256Update on descriptors
......@@ -2,6 +2,8 @@ set(BUILD_SHARED_LIBS "ON" CACHE BOOL "")
set(CMAKE_INSTALL_PREFIX "$ENV{PWD}/install" CACHE PATH "")
set(CMAKE_VERBOSE_MAKEFILE "ON" CACHE BOOL "")
set(CMAKE_C_FLAGS "-Werror")
option(MORSE_ENABLE_WARNING "Enable warning messages" ON)
option(MORSE_ENABLE_COVERAGE "Enable flags for coverage test" ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment