Force all and extra warnings as errors except for tests

This commit is contained in:
Bartek Kryza
2022-06-08 20:32:32 +02:00
parent fbcecdab50
commit 0e7c30541a
20 changed files with 45 additions and 51 deletions

View File

@@ -29,7 +29,7 @@ common::model::diagram_t diagram::type() const
}
type_safe::optional_ref<const common::model::diagram_element> diagram::get(
const std::string &full_name) const
const std::string & /*full_name*/) const
{
return {};
}