mate-desktop / mate-power-manager

Power management tool for the MATE desktop
https://mate-desktop.org
GNU General Public License v2.0
59 stars 51 forks source link

gpm-control: warning when a property cannot be set using dbus #330

Closed rbuj closed 4 years ago

raveit65 commented 4 years ago

@rbuj There is a conflict with master after last merge.

rbuj commented 4 years ago

@raveit65 The merge conflict has been fixed.

raveit65 commented 4 years ago

Cool, these warnings in latest master are gone. https://travis-ci.org/mate-desktop/mate-power-manager/jobs/660195898#L1942

gpm-control.c:272:4: warning: This statement is never executed

                        g_error_free (dbus_error);

                        ^~~~~~~~~~~~

gpm-control.c:390:4: warning: This statement is never executed

                        g_error_free (dbus_error);

                        ^~~~~~~~~~~~

2 warnings generated.