GNOME Bugzilla – Bug 671706
build: Remove use of -Werror
Last modified: 2012-03-11 12:38:20 UTC
See patch for reasoning
Created attachment 209307 [details] [review] build: Remove use of -Werror This regularly breaks with deprecation, and I don't think that a build breaking every development cycle is anything interesting to developers interested in casual bug fixing and development.
I want to keep -Werror, and it has value for casual bug fixers too. -Wno-deprecated-declarations is what we want here. I've added that in commit 362b701.