summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorlindevel <lindevel0@gmail.com>2021-05-28 23:21:11 +0300
committerSimon Steinbeiß <ochosi@xfce.org>2021-06-28 07:32:03 +0000
commit0aa06c096cfa60612b0e7b9b2795ae044acc9c93 (patch)
tree12e75589f849118c5584c91f4b1062ae2fa2d55b /common
parent5a4cfa29da23724909f2e289f44e30937481158b (diff)
downloadxfce4-panel-0aa06c096cfa60612b0e7b9b2795ae044acc9c93.tar.gz
Fix compilation warnings (#492, #493, #494)
Diffstat (limited to 'common')
-rw-r--r--common/panel-debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/panel-debug.c b/common/panel-debug.c
index fb2c5c31..f7648278 100644
--- a/common/panel-debug.c
+++ b/common/panel-debug.c
@@ -63,8 +63,8 @@ static const GDebugKey panel_debug_keys[] =
static PanelDebugFlag
panel_debug_init (void)
{
- static volatile gsize inited__volatile = 0;
- const gchar *value;
+ static gsize inited__volatile = 0;
+ const gchar *value;
if (g_once_init_enter (&inited__volatile))
{