🔧 build(fix aarch64 warning): ignore compile warning

This commit is contained in:
yangwei
2024-11-27 19:50:50 +08:00
parent 405a62826e
commit 35f3ec6e73
11 changed files with 22 additions and 22 deletions

View File

@@ -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)
{