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 769000 - There is no out label in gcm_calibrate_argyll_fork_command
There is no out label in gcm_calibrate_argyll_fork_command
Status: RESOLVED FIXED
Product: gnome-color-manager
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-color-manager-maint
gnome-color-manager-maint
Depends on:
Blocks:
 
 
Reported: 2016-07-20 15:19 UTC by Ting-Wei Lan
Modified: 2016-07-20 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ting-Wei Lan 2016-07-20 15:19:38 UTC
This problem was caused by commit d286d8c:

src/gcm-calibrate-argyll.c: In function ‘gcm_calibrate_argyll_fork_command’:
src/gcm-calibrate-argyll.c:306:3: error: label ‘out’ used but not defined
   goto out;
   ^~~~
Comment 1 Richard Hughes 2016-07-20 15:33:18 UTC
commit 1646d1bab274809eeab21e03014013f944b75140
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Jul 20 16:33:04 2016 +0100

    trivial: Fix compile failure
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=769000