mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-06 10:02:21 +01:00
fix -Wstrict-prototypes issues
This commit is contained in:
committed by
David Cermak
parent
b263e44777
commit
2ef78857e9
@@ -23,9 +23,9 @@
|
||||
#include "esp_log.h"
|
||||
#include "esp_system.h"
|
||||
|
||||
char *platform_create_id_string();
|
||||
char *platform_create_id_string(void);
|
||||
int platform_random(int max);
|
||||
long long platform_tick_get_ms();
|
||||
long long platform_tick_get_ms(void);
|
||||
void ms_to_timeval(int timeout_ms, struct timeval *tv);
|
||||
|
||||
#define ESP_MEM_CHECK(TAG, a, action) if (!(a)) { \
|
||||
|
||||
Reference in New Issue
Block a user