Skip to content

gio/tests/cxx.cpp: fix missing sentinel for musl

Markus Volk requested to merge (removed):main into main

This fixes:

| ../glib-2.75.3/gio/tests/cxx.cpp: In function 'int main(int, char**)':
| ../glib-2.75.3/gio/tests/cxx.cpp:61:15: error: missing sentinel in function call [-Werror=format=]
|    61 |   g_test_init (&argc, &argv, NULL);

if built with musl libc

Signed-off-by: Markus Volk f_l_k@t-online.de

Edited by Philip Withnall

Merge request reports

Loading