mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 15:10:09 +01:00
libnm/test: use (void) for empty parentheses in function prototype
Fixes: ec92ecedae
This commit is contained in:
parent
b7de900b90
commit
eef0342bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -4281,7 +4281,7 @@ test_nm_utils_ascii_str_to_int64 (void)
|
|||
/******************************************************************************/
|
||||
|
||||
static void
|
||||
test_nm_utils_strstrdictkey ()
|
||||
test_nm_utils_strstrdictkey (void)
|
||||
{
|
||||
#define _VALUES_STATIC(_v1, _v2) { .v1 = _v1, .v2 = _v2, .v_static = _nm_utils_strstrdictkey_static (_v1, _v2), }
|
||||
const struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue