mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-17 19:21:58 +02:00
goption: Remove an unused assignment
Coverity issue: #1159514 https://bugzilla.gnome.org/show_bug.cgi?id=732005
This commit is contained in:
parent
6b8ae8f21b
commit
afea86a7ef
@ -1188,7 +1188,7 @@ parse_arg (GOptionContext *context,
|
|||||||
{
|
{
|
||||||
case G_OPTION_ARG_NONE:
|
case G_OPTION_ARG_NONE:
|
||||||
{
|
{
|
||||||
change = get_change (context, G_OPTION_ARG_NONE,
|
(void) get_change (context, G_OPTION_ARG_NONE,
|
||||||
entry->arg_data);
|
entry->arg_data);
|
||||||
|
|
||||||
*(gboolean *)entry->arg_data = !(entry->flags & G_OPTION_FLAG_REVERSE);
|
*(gboolean *)entry->arg_data = !(entry->flags & G_OPTION_FLAG_REVERSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user