NetworkManager/cli
Thomas Haller e6767f3ee1 cli: fix warning in parse_output_fields() about strict-overflow
gcc warns:

    make[4]: Entering directory `./NetworkManager/cli/src'
      CC       utils.o
    utils.c: In function ‘parse_output_fields’:
    utils.c:707:7: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
        if (found) {
           ^

Signed-off-by: Thomas Haller <thaller@redhat.com>
(cherry picked from commit ef24273104)
2014-08-01 13:47:41 +02:00
..
completion nmcli autocomplete tab display : rename ERROR to ERR 2014-06-12 14:29:45 +02:00
src cli: fix warning in parse_output_fields() about strict-overflow 2014-08-01 13:47:41 +02:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00