Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc HEAD 12.0.0 20210428 (experimental)

Options
Warnings
Don't Use Boost
Compiler Default
no pedantic

Author

anonymous

about 4 years ago

$ g++ prog.cc -Wall -Wextra
prog.cc: In function 'void handler(int, siginfo_t*, void*)':
prog.cc:12:36: warning: unused parameter 'info' [-Wunused-parameter]
   12 | void handler(int signo, siginfo_t *info, void *context) {
      |                         ~~~~~~~~~~~^~~~
prog.cc:12:48: warning: unused parameter 'context' [-Wunused-parameter]
   12 | void handler(int signo, siginfo_t *info, void *context) {
      |                                          ~~~~~~^~~~~~~
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
SIGCHLD caught
Signal:
Killed