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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user