Skip to content
Snippets Groups Projects
Commit 008cefed authored by Ponsuganth Ilangovan Ponkumar Ilango's avatar Ponsuganth Ilangovan Ponkumar Ilango
Browse files

Deactivating unused variable Werror

parent b9b1450c
No related branches found
No related tags found
No related merge requests found
Pipeline #66483 failed
......@@ -5,6 +5,8 @@ if(NOT WALBERLA_DOUBLE_ACCURACY)
add_compile_options( "-Wno-implicit-float-conversion" )
endif()
add_compile_options( "-Wno-unused-variable" )
add_subdirectory(curl_curl)
add_subdirectory(diffusion)
add_subdirectory(div_k_grad)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment