NetworkManager/shared/nm-utils
Lubomir Rintel 42913505a3 all: fix -Wcast-function-type warnings
GCC 8.0's -Wcast-function-type objects casting function pointers to ones
with incompatible prototypes. Sometimes we do that on purpose though.

Notably, the g_source_set_callback()'s func argument can point to functions
of various prototypes. Also, libnm-glib/nm-remote-connection is perhaps
just not worth reworking, that would just be a waste of time.

A cast to void(*)(void) avoids the GCC warning, let's use it.

(cherry picked from commit ee916a1e9e)
2018-04-12 14:07:51 +02:00
..
c-list-util.c c-list: add c_list_sort() 2017-07-25 06:42:14 +02:00
c-list-util.h c-list: add c_list_sort() 2017-07-25 06:42:14 +02:00
c-list.h c-list: re-import latest version of c-list.h from upstream 2017-11-28 12:04:15 +01:00
gsystem-local-alloc.h shared: move shared files to subdirectory "shared/nm-utils/" 2016-06-16 10:45:53 +02:00
nm-dedup-multi.c shared/utils/dedup-multi: make nm_dedup_multi_obj_unref() return void 2018-04-12 14:07:35 +02:00
nm-dedup-multi.h shared/utils/dedup-multi: make nm_dedup_multi_obj_unref() return void 2018-04-12 14:07:35 +02:00
nm-enum-utils.c shared: cast from/to argument to unsigned for GFlags in _nm_utils_enum_get_values() 2017-04-27 18:01:58 +02:00
nm-enum-utils.h libnm: move public nm_utils_enum_*() functions back to libnm-core 2017-04-05 18:38:31 +02:00
nm-glib.h shared: propagate type for g_object_ref() 2017-12-06 10:44:45 +01:00
nm-hash-utils.c shared: fix compilation on 32-bit archictectures 2017-10-26 15:13:40 +02:00
nm-hash-utils.h all: add helper functions for nm_hash_update*() 2017-10-18 13:29:22 +02:00
nm-macros-internal.h shared/utils: don't warn of unknown warning disables with clang 2018-01-24 09:55:18 +01:00
nm-obj.h all: add base object type in "nm-obj.h" 2017-07-05 14:22:10 +02:00
nm-random-utils.c all: use nm_close() instead of close() 2017-11-14 15:17:02 +01:00
nm-random-utils.h shared: split random and hash utils 2017-10-17 20:02:59 +02:00
nm-shared-utils.c shared: fix nm_utils_strsplit_set() to increase buffer size exponentially 2017-11-29 19:15:30 +01:00
nm-shared-utils.h shared: add nm_g_object_set_property_*() helper 2017-11-24 08:29:23 +01:00
nm-test-utils.h tests: add nmtst_assert_connection_has_settings() helper 2017-10-30 21:46:55 +01:00
nm-udev-utils.c all: fix -Wcast-function-type warnings 2018-04-12 14:07:51 +02:00
nm-udev-utils.h udev: add and use nm_udev_utils_property_decode() function 2017-03-22 12:41:06 +01:00
nm-vpn-editor-plugin-call.h shared: include "gsystem-local-alloc.h" from "nm-glib.h" 2016-06-16 10:45:54 +02:00
nm-vpn-plugin-macros.h shared: add nm_utils_syslog_coerce_from_nm() util 2016-09-19 15:35:33 +02:00
nm-vpn-plugin-utils.c shared: add "nm-utils/nm-vpn-plugin-utils.h" 2016-06-16 10:45:54 +02:00
nm-vpn-plugin-utils.h shared: add "nm-utils/nm-vpn-plugin-utils.h" 2016-06-16 10:45:54 +02:00
siphash24.c all: use siphash24 for hashing 2017-10-18 13:27:02 +02:00
siphash24.h all: use siphash24 for hashing 2017-10-18 13:27:02 +02:00
unaligned.h shared: add unaligned.h 2016-10-14 11:16:13 +02:00