GNOME Bugzilla – Bug 735491
Enable warnings when compiling the web extension
Last modified: 2014-08-27 12:54:44 UTC
We've been compiling the web extension without any warnings (which we place into AM_CFLAGS in configure.ac)
Created attachment 284565 [details] [review] Enable warnings when compiling the web extension By accident, we don't use any compiler warnings when compiling the web extension. This is bad. We must either add -Wno-missing-prototypes or else declare a useless prototype for webkit_web_extension_initialize_with_user_data().
Created attachment 284567 [details] [review] ephy-web-extension: silence some warnings
Comment on attachment 284565 [details] [review] Enable warnings when compiling the web extension Ok
Comment on attachment 284567 [details] [review] ephy-web-extension: silence some warnings Ok
Attachment 284565 [details] pushed as 4209900 - Enable warnings when compiling the web extension Attachment 284567 [details] pushed as b1c2a76 - ephy-web-extension: silence some warnings