GNOME Bugzilla – Bug 750482
Fix -Werror build for clang
Last modified: 2015-06-09 07:41:01 UTC
Clang doesn't allow return a void expression in a void function. The attched patch can fix this issue.
Created attachment 304688 [details] [review] [PATCH] build: Fix -Werror build for clang
Review of attachment 304688 [details] [review]: Good, thanks.
Attachment 304688 [details] pushed as 263efcc - build: Fix -Werror build for clang