GNOME Bugzilla – Bug 746381
src/libtracker-miner/tracker-file-notifier.c: void function should not return a value
Last modified: 2015-03-21 03:48:39 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.
Created attachment 299683 [details] [review] Fix "void function should not return a value"
Review of attachment 299683 [details] [review]: Thanks for the patch! :) Please commit.
Attachment 299683 [details] pushed as 4835e9e - Fix "void function should not return a value"