1.去除编译警告5

This commit is contained in:
payton 2024-01-17 15:46:14 +08:00
parent 30a3ea1cb5
commit f0cac2c2f9
4 changed files with 10 additions and 1 deletions

View File

@ -31,6 +31,8 @@ SINT32 sf_share_mem_customer_deinit(void);
SINT32 sf_share_mem_hd_update(void); SINT32 sf_share_mem_hd_update(void);
SINT32 sf_share_mem_hd_down(UINT32 to); SINT32 sf_share_mem_hd_down(UINT32 to);
SINT32 sf_share_mem_wifi_update(void);
SINT32 sf_share_mem_wifi_down(UINT32 to);
#ifdef __cplusplus #ifdef __cplusplus
#if __cplusplus #if __cplusplus

View File

@ -331,6 +331,11 @@ SINT32 sf_4g_test_esim(void);
SINT32 eg915q_set_usbnet(SF_FN_PARAM_S *pfnParam); SINT32 eg915q_set_usbnet(SF_FN_PARAM_S *pfnParam);
void sf_set_lpa_switch_flag(int flag);
int sf_get_lpa_switch_flag(void);
int sf_get_module_reset_flag(void);
void sf_clear_operatorname(void);
void sf_set_simcard_ready(UINT8 readyFlag);
#ifdef __cplusplus #ifdef __cplusplus
#if __cplusplus #if __cplusplus
} }

View File

@ -84,7 +84,7 @@ SF_BOOL app_disconnect_4g_module(void);
SINT32 app_ttyusb_IsOpen(void); SINT32 app_ttyusb_IsOpen(void);
SINT32 sf_ttyusb_restart(void); SINT32 sf_ttyusb_restart(void);
SINT32 app_file_subscrible_check(SF_REPORT_FILE_ATTR_S *pDtsReportFileAttr,SF_REPORT_FILE_ATTR_S *pSrcReportFileAttr); SINT32 app_file_subscrible_check(SF_REPORT_FILE_ATTR_S *pDtsReportFileAttr,SF_REPORT_FILE_ATTR_S *pSrcReportFileAttr);
SINT32 sf_USB_net_init(void);
SINT32 app_RegisterNet_start(void); SINT32 app_RegisterNet_start(void);
void app_FileSend_start(void); void app_FileSend_start(void);
SINT32 app_t110(void); SINT32 app_t110(void);

View File

@ -272,5 +272,7 @@ UINT8 sf_set_send_log(UINT8 value);
SINT32 sf_power_off_statistics(void); SINT32 sf_power_off_statistics(void);
UINT8 sf_get_send_gps_txt(void); UINT8 sf_get_send_gps_txt(void);
UINT8 sf_set_send_gps_txt(UINT8 value); UINT8 sf_set_send_gps_txt(UINT8 value);
UINT8 sf_poweroff_check_lpa_excute_cmd(void);
UINT8 sf_poweroff_check_lpa_enable_profile(void);
#endif /*_SF_SMS_H_*/ #endif /*_SF_SMS_H_*/