NetworkManager/libnm-core/tests
Thomas Haller da7cc97f5e libnm/tests: avoid invalid compiler warning about uninitialized variable
make[5]: Entering directory './NetworkManager/libnm-core/tests'
    CC       test-general.o
  test-general.c: In function ‘test_g_hash_table_get_keys_as_array’:
  test-general.c:4552:69: error: ‘length’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  test-general.c:4543:8: note: ‘length’ was declared here
    guint length;
          ^
2015-10-31 13:42:51 +01:00
..
certs keyfile: support writing certificates as blob inside the keyfile 2015-03-12 18:16:58 +01:00
Makefile.am build: extract version macros from "nm-version.h" to new header file "nm-version-macros.h" 2015-09-30 23:10:29 +02:00
test-compare.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
test-crypto.c all: drop includes to <glib/gi18n.h> for "nm-default.h" 2015-08-05 15:35:51 +02:00
test-general-enums.h libnm-core: add enum conversion utilities 2015-07-24 14:02:59 +02:00
test-general.c libnm/tests: avoid invalid compiler warning about uninitialized variable 2015-10-31 13:42:51 +01:00
test-keyfile.c libnm: consider ordering for _nm_keyfile_equals() 2015-07-02 15:50:03 +02:00
test-secrets.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
test-setting-8021x.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
test-setting-dcb.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
test-settings-defaults.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00