Cleanup handling of warnings (#2030)

This commit is contained in:
Alexander Bock
2022-04-16 20:57:29 +02:00
committed by GitHub
parent e3d1999716
commit 5751fe26d3
45 changed files with 212 additions and 265 deletions

View File

@@ -33,7 +33,7 @@ class Connection;
class Topic {
public:
Topic() {};
Topic() {}
virtual ~Topic();
void initialize(Connection* connection, size_t topicId);