mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -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 "esp_memory_utils.h"
|
||||||
#include "sys/queue.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
|
#define STACK_DEPTH CONFIG_HEAP_TRACING_STACK_DEPTH
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user