Skip to content
Snippets Groups Projects
Commit c9cb174b authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added -Wno-error=unused-but-set-variable and -Wno-error=unused-variable

parent 985ba3cd
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ add_compile_options(-Wextra)
add_compile_options(-Wpedantic)
#turn warnings about dangerous stuff into errors
add_compile_options(-Werror)
add_compile_options(-Wno-error=unused-but-set-variable)
add_compile_options(-Wno-error=unused-variable)
#######################################################################################
#options
OPTION (Simox_USE_RBDL "Use RBDL" OFF)
......
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