mirror of
https://github.com/anope/anope.git
synced 2026-07-07 04:43:13 +02:00
Modernize CXXFLAGS on Unix and enable -Werror on CI.
Also clear up warnings that this exposed.
This commit is contained in:
@@ -151,7 +151,7 @@ class MySQLService : public Provider
|
||||
|
||||
Anope::string BuildQuery(const Query &q);
|
||||
|
||||
Anope::string FromUnixtime(time_t);
|
||||
Anope::string FromUnixtime(time_t) override;
|
||||
};
|
||||
|
||||
/** The SQL thread used to execute queries
|
||||
|
||||
Reference in New Issue
Block a user