mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
heap: fixed unused variable warning
This commit is contained in:
parent
fc1e8b0365
commit
185d7a7bd4
@ -18,7 +18,7 @@
|
||||
#include "esp_memory_utils.h"
|
||||
#include "sys/queue.h"
|
||||
|
||||
static const char* TAG = "heaptrace";
|
||||
static __attribute__((unused)) const char* TAG = "heaptrace";
|
||||
|
||||
#define STACK_DEPTH CONFIG_HEAP_TRACING_STACK_DEPTH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user