Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jan 17, 2025
1 parent be942e0 commit 5dce654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/details/err_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ err_helper::err_helper(const err_helper &other)

err_helper::err_helper(err_helper &&other)
: custom_err_handler_(std::move(other.custom_err_handler_)),
last_report_time_(other.last_report_time_) {};
last_report_time_(other.last_report_time_) {}

// Prints error to stderr with source location (if available). A stderr sink is not used because reaching
// this point might indicate a problem with the logging system itself so we use fputs() directly.
Expand Down

0 comments on commit 5dce654

Please sign in to comment.