Enable the -Wextra-semi warning

This commit is contained in:
Alex Beregszaszi
2020-12-04 17:21:19 +01:00
committed by Daniel Kirchner
parent 0015e8cd84
commit 1e2bfbd6b2
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public:
return Step::invalidInCurrentEnvironment();
else
return std::nullopt;
};
}
};