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 744613 - Non-void function should return a value
Non-void function should return a value
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-16 18:00 UTC by Ting-Wei Lan
Modified: 2015-02-17 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix "non-void function should return a value" (1.18 KB, patch)
2015-02-16 18:00 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-02-16 18:00:17 UTC
Created attachment 296965 [details] [review]
build: Fix "non-void function should return a value"

gnome-maps cannot compile with clang because of the "non-void function should return a value" error in lib/maps-contact-store.c and lib/maps-contact.c.
Comment 1 Jonas Danielsson 2015-02-17 19:32:54 UTC
Attachment 296965 [details] pushed as d8a0001 - build: Fix "non-void function should return a value"
Comment 2 Jonas Danielsson 2015-02-17 19:33:18 UTC
Thanks!