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 754926 - 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-09-12 16:46 UTC by Ting-Wei Lan
Modified: 2015-09-12 18:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix "non-void function should return a value" (1.02 KB, patch)
2015-09-12 16:47 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-09-12 16:46:36 UTC
gnome-maps cannot compile with clang because of the "non-void function should return a value" error in lib/maps-file-tile-source.c.
Comment 1 Ting-Wei Lan 2015-09-12 16:47:53 UTC
Created attachment 311216 [details] [review]
build: Fix "non-void function should return a value"
Comment 2 Jonas Danielsson 2015-09-12 18:34:42 UTC
Thanks!


Attachment 311216 [details] pushed as daa7ee4 - build: Fix "non-void function should return a value"