[glib: 1/2] gthread-win32: Remove an unnecessary volatile qualifier
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] gthread-win32: Remove an unnecessary volatile qualifier
- Date: Thu, 21 Oct 2021 11:17:41 +0000 (UTC)
commit ee867a3c63c48131063eb1a3680bfe636efe3337
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Oct 21 12:01:33 2021 +0100
gthread-win32: Remove an unnecessary volatile qualifier
Signed-off-by: Philip Withnall <pwithnall endlessos org>
glib/gthread-win32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gthread-win32.c b/glib/gthread-win32.c
index 8ea6af3cc..4cac46d6b 100644
--- a/glib/gthread-win32.c
+++ b/glib/gthread-win32.c
@@ -617,7 +617,7 @@ g_thread_win32_load_library (void)
{
/* FIXME: Add support for UWP app */
#if !defined(G_WINAPI_ONLY_APP)
- static volatile gsize _init_once = 0;
+ static gsize _init_once = 0;
if (g_once_init_enter (&_init_once))
{
kernel32_module = LoadLibraryW (L"kernel32.dll");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]