mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Remove compiler warnings
This commit is contained in:
parent
52ca07c2a0
commit
60df17e95a
6 changed files with 9 additions and 8 deletions
|
|
@ -50,7 +50,7 @@ namespace mrn {
|
|||
if (pool_) {
|
||||
ctx = static_cast<grn_ctx *>(pool_->data);
|
||||
list_pop(pool_);
|
||||
if ((now - last_pull_time_) >= CLEAR_THREATHOLD_IN_SECONDS) {
|
||||
if ((uint) (now - last_pull_time_) >= CLEAR_THREATHOLD_IN_SECONDS) {
|
||||
clear();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue