Files
binutils-gdb/gdb/testsuite/gdb.threads
Rohr, Stephan b574b26ac7 testsuite, threads: add missing return statements
Add missing return statements in

  * gdb.threads/process-exit-status-is-leader-exit-status.c
  * gdb.threads/next-fork-exec-other-thread.c

to fix 'no return statement' compiler warnings, e.g.:

  process-exit-status-is-leader-exit-status.c: In function ‘start’:
  process-exit-status-is-leader-exit-status.c:46:1: warning: no return
    statement in function returning non-void [-Wreturn-type]
     46 | }
        | ^

Approved-By: Simon Marchi <simon.marchi@efficios.com>
2024-12-02 00:24:19 -08:00
..
2024-10-06 07:59:48 +02:00