mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
cmake: re-enable -Werror in the maintainer mode
now we can afford it. Fix -Werror errors. Note: * old gcc is bad at detecting uninit variables, disable it. * time_t is int or long, cast it for printf's
This commit is contained in:
parent
1a4746e128
commit
f97d879bf8
25 changed files with 76 additions and 69 deletions
|
|
@ -77,7 +77,7 @@ namespace mrn {
|
|||
}
|
||||
|
||||
private:
|
||||
static const unsigned int CLEAR_THREATHOLD_IN_SECONDS = 60 * 5;
|
||||
static const int CLEAR_THREATHOLD_IN_SECONDS = 60 * 5;
|
||||
|
||||
mysql_mutex_t *mutex_;
|
||||
LIST *pool_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue