GNOME Bugzilla – Bug 751102
Fix -Werror build for clang
Last modified: 2015-06-17 13:36:05 UTC
Please see the patches. I will attach two patches here.
Created attachment 305467 [details] [review] build: Fix missing prototype warning for clang
Created attachment 305468 [details] [review] build: Use -Wno-unused-parameter instead of -Wno-unused-parameters Clang doesn't support -Wno-unused-parameters. We should use the option supported by both GCC and Clang.
Review of attachment 305467 [details] [review]: This was committed 20minutes ago by someone else, sorry.
Review of attachment 305468 [details] [review]: +1
Attachment 305468 [details] pushed as c7ee091 - build: Use -Wno-unused-parameter instead of -Wno-unused-parameters