To resolve svace issues and compare value clearly, type converting is added.
Change-Id: Ic7987efc3ae3dd5deb95d677646c34e13fbaa325
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
/* if size(ht_apptime) is 0, there are no measurement(lcd off state) */
if (g_hash_table_size(ht_apptime)) {
- t_start = bds_get_start_time_sec();
- t_end = bds_get_end_time_sec();
+ t_start = (gint64)bds_get_start_time_sec();
+ t_end = (gint64)bds_get_end_time_sec();
}
/* convert app_time_map_st1 to gvariant array */