mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-22 05:42:25 +00:00
Fix MSVC warnings and add some doxygen workarounds for prettier reference section of the docs
This commit is contained in:
@@ -19,7 +19,7 @@ void print_signal_handler_and_exit() {
|
||||
//]
|
||||
|
||||
|
||||
void my_signal_handler(int signum) {
|
||||
void my_signal_handler(int /*signum*/) {
|
||||
std::exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user