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

@@ -72,7 +72,7 @@ public:
const filesystem_path &path() const { return path_; }
std::string full_name(bool relative) const override
std::string full_name(bool /*relative*/) const override
{
return (path_ | name()).to_string();
}