Skip to content
Snippets Groups Projects
Commit c88b1030 authored by Alexander Kruschewsky's avatar Alexander Kruschewsky
Browse files

Disable -Wunused-variable Warning

parent b771a267
Branches
Tags
2 merge requests!45Merge branch 'release/v1.2.0' into 'master',!43Neue Prüfungsordnung
......@@ -79,7 +79,7 @@ if (MSVC)
else()
# lots of warnings and all warnings as errors, allow for checking code coverage
target_compile_options(bgk-lib PUBLIC
-Wall -Wextra -Wshadow -Wconversion -Wpedantic -Werror -Wno-unused-but-set-variable
-Wall -Wextra -Wshadow -Wconversion -Wpedantic -Werror -Wno-unused-but-set-variable -Wno-unused-variable
$<$<BOOL:${TEST_COVERAGE}>:--coverage -fprofile-abs-path>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment