mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Remove unnecessary "volatile"
The documentation of g_dbus_error_register_error_domain suggests that the argument passed to it should not be volatile. Signed-off-by: Daiki Ueno <dueno@src.gnome.org>
This commit is contained in:
parent
2c2b0abef7
commit
86f5afbb10
@ -89,7 +89,7 @@ _secret_list_get_type (void)
|
||||
GQuark
|
||||
secret_error_get_quark (void)
|
||||
{
|
||||
static volatile gsize quark = 0;
|
||||
static gsize quark = 0;
|
||||
|
||||
static const GDBusErrorEntry entries[] = {
|
||||
{ SECRET_ERROR_IS_LOCKED, "org.freedesktop.Secret.Error.IsLocked", },
|
||||
|
Loading…
Reference in New Issue
Block a user