NetworkManager/clients/cli
Thomas Haller ef24273104 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>
2014-08-01 13:17:01 +02:00
..
common.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
common.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
connections.c cli: fix warning about uninitialized value 2014-08-01 13:17:01 +02:00
connections.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
devices.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
Makefile.am clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
network-manager.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
network-manager.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmcli-completion clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmcli.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmcli.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c all: add compatibility macros to ignore deprecation warnings for clang 2014-08-01 13:16:59 +02:00
settings.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
utils.c cli: fix warning in parse_output_fields() about strict-overflow 2014-08-01 13:17:01 +02:00
utils.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00