From db568b477eca56b2953658ef55e0edc593e7c7a2 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Wed, 24 Jun 2020 11:12:47 +0300 Subject: [PATCH] lost unused --- base/daemon/SentryWriter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/base/daemon/SentryWriter.cpp b/base/daemon/SentryWriter.cpp index 298e069092a..ea93d09f9aa 100644 --- a/base/daemon/SentryWriter.cpp +++ b/base/daemon/SentryWriter.cpp @@ -245,5 +245,6 @@ void SentryWriter::onFault(int sig, const siginfo_t & info, const ucontext_t & c UNUSED(info); UNUSED(context); UNUSED(stack_trace); + UNUSED(build_id_hex); #endif }