mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
tests: Fix build warning with pkd_hello and cmocka 1.1.0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -409,7 +409,8 @@ struct {
|
||||
emit_testmap(client, noop, "", setup_noop, teardown)
|
||||
|
||||
/* NULL tail entry */
|
||||
{ NULL, { { NULL, NULL, NULL, NULL }, { NULL, NULL, NULL, NULL }, { NULL, NULL, NULL, NULL } } }
|
||||
{ .testname = NULL, {
|
||||
{ .name = NULL, }, { .name = NULL }, { .name = NULL } } }
|
||||
};
|
||||
|
||||
static int pkd_run_tests(void) {
|
||||
|
||||
Reference in New Issue
Block a user