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
@@ -121,7 +121,7 @@ public:
CacheStats gatherStats() const;
std::map<std::string, CacheEntry> const& entries() const { return m_entries; };
std::map<std::string, CacheEntry> const& entries() const { return m_entries; }
Program const& program() const { return m_program; }
size_t currentRound() const { return m_currentRound; }