Re: [sr-dev] [kamailio/kamailio] db_redis: fix compilation warning (#1495)

2018-04-09 Thread Victor Seva
Merged #1495. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1495#event-1563580054___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] db_redis: fix compilation warning (#1495)

2018-04-09 Thread Andreas Granig
agranig approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1495#pullrequestreview-110413756___ Kamailio (SER)

[sr-dev] [kamailio/kamailio] db_redis: fix compilation warning (#1495)

2018-04-09 Thread Victor Seva
> CC (clang) [M db_redis.so]redis_table.o > redis_table.c:728:27: warning: comparison of constant -1 with expression of > type 'unsigned char' is always false > [-Wtautological-constant-out-of-range-compare] > if (c == EOF) { >~ ^ ~~~ >