Skip to content

Commit 9cb6243

Browse files
committed
wolfcrypt/test/test.c: add all initializers in wolfcrypt_test_main() for args for C++ legality (C-style initializer added in e58fafc).
1 parent ca69493 commit 9cb6243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
19211921
#endif
19221922
{
19231923
wc_test_ret_t ret;
1924-
func_args args = { 0 };
1924+
func_args args = { 0, 0, 0 };
19251925
#if defined(WOLFSSL_ESPIDF) || defined(WOLFSSL_SE050)
19261926
/* set dummy wallclock time. */
19271927
struct timeval utctime;

0 commit comments

Comments
 (0)