Compiling the child_cleanup() function results in:
gcs-stress.c: In function ‘child_cleanup’:
gcs-stress.c:266:75: warning: format ‘%d’ expects a matching ‘int’ argument [-Wformat=]
266 | ksft_print_msg("%s: Exited due to signal %d\n",
| ~^
| |
| int
Add the missing child->exit_signal argument.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| asm-offsets.h | ||
| basic-gcs.c | ||
| gcs-locking.c | ||
| gcs-stress-thread.S | ||
| gcs-stress.c | ||
| gcs-util.h | ||
| gcspushm.S | ||
| gcsstr.S | ||
| libc-gcs.c | ||