projects
/
platform
/
core
/
api
/
geofence-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ff93b
)
Fixed the build error for gcc-14
45/312245/1
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
tizen
tizen_9.0
accepted/tizen/9.0/unified/20241030.232851
accepted/tizen/unified/20240606.161537
accepted/tizen/unified/20240611.122836
accepted/tizen/unified/dev/20240620.003825
accepted/tizen/unified/toolchain/20240610.172401
accepted/tizen/unified/x/20240610.223003
accepted/tizen/unified/x/asan/20240625.092554
tizen_9.0_m2_release
author
wchang kim
<wchang.kim@samsung.com>
Wed, 5 Jun 2024 08:50:36 +0000
(17:50 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Wed, 5 Jun 2024 08:50:36 +0000
(17:50 +0900)
Change-Id: Idd95d300dd075369416a2df4d93c917f3051e12f
src/manager/geofence-param.c
patch
|
blob
|
history
diff --git
a/src/manager/geofence-param.c
b/src/manager/geofence-param.c
index ad1d351ad8db7773d48ba2992f65fe9d6900f261..4751579fdd655d16396bde839d2c865ff067fc8a 100644
(file)
--- a/
src/manager/geofence-param.c
+++ b/
src/manager/geofence-param.c
@@
-19,7
+19,7
@@
GType geofence_parameter_get_type(void)
{
- static
volatile
gsize type_volatile = 0;
+ static gsize type_volatile = 0;
if (g_once_init_enter(&type_volatile)) {
GType type = g_boxed_type_register_static(g_intern_static_string("geofence_s"), (GBoxedCopyFunc) geofence_parameter_copy, (GBoxedFreeFunc) geofence_parameter_free);
g_once_init_leave(&type_volatile, type);