🔧 build(fix aarch64 warning): ignore compile warning
This commit is contained in:
@@ -194,7 +194,7 @@ static void stm_server_set_default_cfg(struct stellar_monitor_config *config)
|
||||
config->output_interval_ms = STM_STAT_OUTPUT_INTERVAL_MS;
|
||||
}
|
||||
|
||||
int stellar_monitor_set_gettime_callback(struct stellar_monitor *stm, int (*gettime_cb)(struct timeval *tv, struct timezone *tz))
|
||||
int stellar_monitor_set_gettime_callback(struct stellar_monitor *stm, int (*gettime_cb)(struct timeval *tv, void *tz))
|
||||
{
|
||||
if (NULL == gettime_cb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user