Skip to content

Commit

Permalink
fix: do not export g_logging_fail_func (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud authored Jan 6, 2024
1 parent 2c735b8 commit 1ef1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ void LogMessage::RecordCrashReason(
#endif
}

GLOG_EXPORT logging_fail_func_t g_logging_fail_func =
GLOG_NO_EXPORT logging_fail_func_t g_logging_fail_func =
reinterpret_cast<logging_fail_func_t>(&abort);

NullStream::NullStream() : LogMessage::LogStream(message_buffer_, 2, 0) {}
Expand Down

0 comments on commit 1ef1ab3

Please sign in to comment.