Files
ModemManager/plugins
Ben Chan 3332333852 novatel: fix invalid comparison of unsigned expression
This patch fixes the following invalid comparison of unsigned expression:

novatel/mm-plugin-novatel.c:148:29: error: comparison of unsigned
      expression >= 0 is always true [-Werror,-Wtautological-compare]
    if (ctx->nwdmat_retries >= 0) {
        ~~~~~~~~~~~~~~~~~~~ ^  ~

Bug reported on https://code.google.com/p/chromium/issues/detail?id=242150
2013-05-20 10:25:32 +02:00
..
2013-04-17 15:19:38 +02:00
2013-04-17 19:15:24 +02:00
2013-04-02 17:41:54 +02:00
2012-10-09 16:42:40 +02:00