mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-06 01:52:15 +01:00
fix -Wstrict-prototypes issues
This commit is contained in:
committed by
David Cermak
parent
b263e44777
commit
2ef78857e9
@@ -24,7 +24,7 @@ typedef struct outbox_item {
|
||||
STAILQ_HEAD(outbox_list_t, outbox_item);
|
||||
|
||||
|
||||
outbox_handle_t outbox_init()
|
||||
outbox_handle_t outbox_init(void)
|
||||
{
|
||||
outbox_handle_t outbox = calloc(1, sizeof(struct outbox_list_t));
|
||||
ESP_MEM_CHECK(TAG, outbox, return NULL);
|
||||
|
||||
Reference in New Issue
Block a user