NetworkManager/src/platform/tests
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
..
.gitignore trivial: update .gitignore 2013-06-26 11:10:02 -04:00
dump.c platform/test: use proper to_string() functions when printing NMPlaformIP[46]Address in dump_interface() 2014-06-20 17:22:26 -05:00
Makefile.am platform/test: always run linux platform tests (will be skipped as non-root) 2014-06-05 18:12:58 +02:00
monitor.c all: g_type_init() has been deprecated in GLib 2.35.0 2014-05-27 16:58:21 +02:00
platform.c platform: improve tracking of route sources 2014-06-06 10:24:43 -04:00
test-address.c platform/test: fix fake platform to emit signals synchronously (analog to Linux platform) 2014-06-05 18:12:57 +02:00
test-cleanup.c platform: improve tracking of route sources 2014-06-06 10:24:43 -04:00
test-common.c misc: remove some dead code 2014-06-20 17:11:28 -05:00
test-common.h platform: refactor signals by combining added/changed/removed 2014-05-03 03:44:22 +02:00
test-link.c platform/test: fix warnings in test 2014-08-01 13:46:10 +02:00
test-route.c platform/test: fix route tests after reworking source property 2014-06-06 17:21:33 +02:00