NetworkManager/src/platform
Thomas Haller d93ac2c6aa platform/test: fix warnings in test
clang warns:

    make[5]: Entering directory `./NetworkManager/src/platform/tests'
      CC       test_link_fake-test-link.o
    test-link.c:133:1: error: control may reach end of non-void function [-Werror,-Wreturn-type]
    }
    ^
    test-link.c:191:10: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
                            char *stdout = NULL;
                                  ^
    /usr/include/stdio.h:173:16: note: expanded from macro 'stdout'
    #define stdout stdout
                   ^
    /usr/include/stdio.h:169:25: note: previous declaration is here
    extern struct _IO_FILE *stdout;         /* Standard output stream.  */
                            ^

Signed-off-by: Thomas Haller <thaller@redhat.com>
(cherry picked from commit 9c9312b805)
2014-08-01 13:46:10 +02:00
..
tests platform/test: fix warnings in test 2014-08-01 13:46:10 +02:00
wifi platform: fix warning initializing static array freq_policy 2014-08-01 13:44:37 +02:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c platform: improve tracking of route sources 2014-06-06 10:24:43 -04:00
nm-fake-platform.h platform: link management 2013-04-10 16:40:58 +02:00
nm-linux-platform.c platform: fix warning warning about unused variable 2014-08-01 13:43:23 +02:00
nm-linux-platform.h platform: link management 2013-04-10 16:40:58 +02:00
nm-platform.c platform: extend nm_platform_ip_address_cmp_expiry() to handle addresses without timestamp 2014-06-20 17:22:27 -05:00
nm-platform.h core: fix checks for default routes by comparing the prefix length 2014-07-30 00:11:26 +02:00