fixed warnings: static method defined but not used

pull/13476/head
talorion 2020-08-22 14:28:29 +02:00 committed by Gregor Mayramhof
parent f58633c42e
commit e3080a6e0e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void tcp_test_drop_reset()
}
#endif
#ifdef FEA_TRACE_SUPPORT
#if defined(FEA_TRACE_SUPPORT) && MBED_CONF_MBED_TRACE_ENABLE && (MBED_TRACE_MAX_LEVEL >= TRACE_LEVEL_DEBUG)
static const char *trace_tcp_flags(uint16_t flags)
{
static char buf[9];