Skip to content
Snippets Groups Projects
Commit 73d05ca2 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Re-enable compiler flag -Werror (warnings are errors)

parent d82610c1
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
......@@ -271,7 +271,7 @@ if(_LINTING)
add_compiler_flag("-Wall")
add_compiler_flag("-Wextra")
add_compiler_flag("-pedantic")
# add_compiler_flag("-Werror") # removed until issue #71 is resolved
add_compiler_flag("-Werror") # removed until issue #71 is resolved
message(STATUS "PEDANTIC_CMAKE_CXX_FLAGS: [${PEDANTIC_CMAKE_CXX_FLAGS}]")
set(TARGET_LINKAHEAD_COMPILE_FLAGS "${TARGET_LINKAHEAD_COMPILE_FLAGS} ${PEDANTIC_CMAKE_CXX_FLAGS}")
......
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