Skip to content
Snippets Groups Projects
Commit 13f62ca4 authored by Pierre-Alexandre Leziart's avatar Pierre-Alexandre Leziart
Browse files

Disable unused parameters warning with a flag

parent c83ec76b
No related branches found
No related tags found
No related merge requests found
Pipeline #18123 failed
......@@ -130,7 +130,7 @@ endif()
# target_compile_options(${PROJECT_NAME} PUBLIC PRINTING)
# target_compile_definitions(${PROJECT_NAME} PUBLIC PRINTING)
target_compile_options(${PROJECT_NAME} PUBLIC -DNDEBUG -O3)
target_compile_options(${PROJECT_NAME} PUBLIC -DNDEBUG -O3 -Wno-unused-parameter)
target_compile_definitions(${PROJECT_NAME} PUBLIC CONFIG_SOLO12_YAML="${PROJECT_SOURCE_DIR}/scripts/config_solo12.yaml")
target_compile_definitions(${PROJECT_NAME} PUBLIC WALK_PARAMETERS_YAML="${PROJECT_SOURCE_DIR}/src/walk_parameters.yaml")
......
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