diff options
author | Ben Chan <benchan@chromium.org> | 2013-05-20 01:20:08 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-20 10:25:32 +0200 |
commit | 3332333852e472ec5c3d4d9bff6734cc7d935bb8 (patch) | |
tree | 59c840508f518240b3ac4c4ac23817d3c35ddd1a /src/mm-error-helpers.c | |
parent | 619b327012dde1120a2018d020bcdaf11d59ca4d (diff) |
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
Diffstat (limited to 'src/mm-error-helpers.c')
0 files changed, 0 insertions, 0 deletions