NetworkManager/libnm-core/tests
Jiří Klimeš 60080377a2 all: fix a compiler warning about function declarations
warning: function declaration isn’t a prototype [-Wstrict-prototypes]

In C function() and function(void) are two different prototypes (as opposed to
C++).
function()     accepts an arbitrary number of arguments
function(void) accepts zero arguments

(cherry picked from commit 94a393e9ed)
2015-06-19 12:40:54 +02:00
..
certs libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key() 2014-11-21 08:46:07 -05:00
Makefile.am builds: only enable TAP driver for glib >= 2.37.6 2015-06-19 11:52:50 +02:00
test-compare.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
test-crypto.c test: initialize auto-destructed pointers 2015-03-13 11:50:50 +01:00
test-general.c libnm: add autoconnect-slaves property to NMSettingConnection 2015-06-19 12:18:51 +02:00
test-secrets.c tests: move all asserts into tests 2015-06-19 11:52:49 +02:00
test-setting-8021x.c libnm/tests: fix memleaks in tests for valgrind 2015-03-13 11:50:04 +01:00
test-setting-dcb.c test: initialize auto-destructed pointers 2015-03-13 11:50:50 +01:00
test-settings-defaults.c all: fix a compiler warning about function declarations 2015-06-19 12:40:54 +02:00