mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix unused function warning when Sentry integration is disabled.
This commit is contained in:
parent
4a5039c2cf
commit
453ab91482
@ -264,7 +264,7 @@ void SENTRY::LogException( const wxString& aMsg )
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef KICAD_USE_SENTRY
|
||||||
static std::string GetSentryBreadCrumbType( BREADCRUMB_TYPE aType )
|
static std::string GetSentryBreadCrumbType( BREADCRUMB_TYPE aType )
|
||||||
{
|
{
|
||||||
// the only special case due to collisions with defines
|
// the only special case due to collisions with defines
|
||||||
@ -305,6 +305,7 @@ static std::string GetSentryBreadCrumbLevel( BREADCRUMB_LEVEL aLevel )
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace APP_MONITOR
|
namespace APP_MONITOR
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user