GNOME Bugzilla – Bug 735465
embed/web-extension/ephy-web-extension.c: Non-void function should return a value
Last modified: 2014-08-27 09:17:41 UTC
Created attachment 284522 [details] [review] Fix "Non-void function should return a value" In embed/web-extension/ephy-web-extension.c, a return value is missing in allow_tls_certificate_cb.
Review of attachment 284522 [details] [review]: Thank you! I think we always need to call JSValueMakeUndefined (context) before leaving the function.
Created attachment 284525 [details] [review] Always calls JSValueMakeUndefined (context) before leaving the function
Comment on attachment 284525 [details] [review] Always calls JSValueMakeUndefined (context) before leaving the function Thanks!
Pushed to master - https://git.gnome.org/browse/epiphany/commit/?id=03b9ca0c22ad6754104d363f754272e66fb8a2df