There is a definition in faultstatus.c that is not accepted by
C99 compilers (implicit ints were removed in that language revision).
https://bugs.kde.org/show_bug.cgi?id=462007
458915 Remove register cache to fix 458915 gdbserver causes wrong syscall return
459031 Documentation on --error-exitcode incomplete
459477 XERROR messages lacks ending '\n' in vgdb
+462007 Implicit int in none/tests/faultstatus.c
To see details of a given bug, visit
https://bugs.kde.org/show_bug.cgi?id=XXXXXX
return 0;
}
-static volatile s_zero;
+static volatile int s_zero;
static int zero()
{