NetworkManager/src/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
..
config config: support a [connection] section to NetworkManager.conf to specify connection defaults 2015-06-19 12:10:51 +02:00
Makefile.am tests: enable valgrind tests for tests 2015-03-13 11:50:04 +01:00
test-dcb.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
test-general-with-expect.c all: fix a compiler warning about function declarations 2015-06-19 12:40:54 +02:00
test-general.c libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/ 2015-06-17 13:30:39 +02:00
test-ip4-config.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
test-ip6-config.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
test-resolvconf-capture.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
test-secret-agent.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
test-wired-defname.c test: initialize auto-destructed pointers 2015-03-13 11:50:50 +01:00