1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

Fix 'comparison between signed and unsigned expressions' warning

This commit is contained in:
Pavel Labath 2010-12-23 18:25:31 +01:00
parent 67b11f84ec
commit 29ef75083a

View File

@ -62,7 +62,7 @@ namespace {
std::numeric_limits<unsigned int>::max(), 0, true
);
int cimlib_cache_flush_last = 0;
unsigned int cimlib_cache_flush_last = 0;
}
void imlib_cache_size_setting::lua_setter(lua::state &l, bool init)