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 746381 - src/libtracker-miner/tracker-file-notifier.c: void function should not return a value
src/libtracker-miner/tracker-file-notifier.c: void function should not return...
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2015-03-18 07:24 UTC by Ting-Wei Lan
Modified: 2015-03-21 03:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix "void function should not return a value" (1.05 KB, patch)
2015-03-18 07:25 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-03-18 07:24:32 UTC
tracker cannot be compiled with clang because the "void function should not return a value" error in function tracker_file_notifier_invalidate_file_iri.
Comment 1 Ting-Wei Lan 2015-03-18 07:25:25 UTC
Created attachment 299683 [details] [review]
Fix "void function should not return a value"
Comment 2 Martyn Russell 2015-03-20 19:55:23 UTC
Review of attachment 299683 [details] [review]:

Thanks for the patch! :) Please commit.
Comment 3 Ting-Wei Lan 2015-03-21 03:48:10 UTC
Attachment 299683 [details] pushed as 4835e9e - Fix "void function should not return a value"