After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757319 - There is no out label in gcm_calibrate_argyll_process_output_cmd
There is no out label in gcm_calibrate_argyll_process_output_cmd
Status: RESOLVED FIXED
Product: gnome-color-manager
Classification: Core
Component: general
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: gnome-color-manager-maint
gnome-color-manager-maint
Depends on:
Blocks:
 
 
Reported: 2015-10-29 15:52 UTC by Ting-Wei Lan
Modified: 2016-04-21 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial: There is no out label in gcm_calibrate_argyll_process_output_cmd (876 bytes, patch)
2015-10-29 15:53 UTC, Ting-Wei Lan
none Details | Review

Description Ting-Wei Lan 2015-10-29 15:52:29 UTC
It seems all 'goto out' should be replaced by 'return TRUE'.

gcm-calibrate-argyll.c:2426:9: error: use of undeclared label 'out'
                        goto out;
                             ^
Comment 1 Ting-Wei Lan 2015-10-29 15:53:08 UTC
Created attachment 314413 [details] [review]
trivial: There is no out label in gcm_calibrate_argyll_process_output_cmd
Comment 2 Ting-Wei Lan 2016-04-21 18:26:37 UTC
Already resolved by commit 19509e4.