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 747488 - Fail to build with clang because of return vaule error
Fail to build with clang because of return vaule error
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-08 06:27 UTC by Ting-Wei Lan
Modified: 2015-04-08 06:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] libide: fix return value error (894 bytes, patch)
2015-04-08 06:28 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-04-08 06:27:18 UTC
Please see the patch. Missing or wrong return value usually doesn't cause problems in gcc, but it can cause error in clang.
Comment 1 Ting-Wei Lan 2015-04-08 06:28:04 UTC
Created attachment 301101 [details] [review]
[PATCH] libide: fix return value error
Comment 2 Christian Hergert 2015-04-08 06:39:47 UTC
Thanks!