1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Remove compiler warnings

This commit is contained in:
Monty
2017-12-02 21:50:08 +02:00
parent 52ca07c2a0
commit 60df17e95a
6 changed files with 9 additions and 8 deletions

View File

@@ -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();
}
}