Language
C++
Compiler
gcc HEAD 11.0.0 20210203 (experimental)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw runtime options
123
1
0
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a Exit Code:
0
Author
anonymous
about 5 years ago
C++
gcc HEAD 11.0.0 20210203 (experimental)
Author
anonymous
about 5 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a prog.cc: In function 'void segv_handler(int, siginfo_t*, void*)':
prog.cc:14:18: warning: unused parameter 'sig' [-Wunused-parameter]
14 | segv_handler(int sig, siginfo_t *info, void *where)
| ~~~~^~~
prog.cc:14:34: warning: unused parameter 'info' [-Wunused-parameter]
14 | segv_handler(int sig, siginfo_t *info, void *where)
| ~~~~~~~~~~~^~~~
prog.cc:14:46: warning: unused parameter 'where' [-Wunused-parameter]
14 | segv_handler(int sig, siginfo_t *info, void *where)
| ~~~~~~^~~~~