(emacs_gnutls_read): Do that check. This is the other caller.
(emacs_gnutls_handle_error): Remove unused local.
(Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
+ Remove unused local.
lisp.h: Fix a problem with aliasing and vector headers.
GCC 4.6.0 optimizes based on type-based alias analysis. For
Lisp_Object loglevel;
Lisp_Object hostname;
Lisp_Object verify_flags;
- Lisp_Object verify_error;
+ /* Lisp_Object verify_error; */
Lisp_Object verify_hostname_error;
CHECK_PROCESS (proc);
/* callbacks = Fplist_get (proplist, Qgnutls_bootprop_callbacks); */
loglevel = Fplist_get (proplist, Qgnutls_bootprop_loglevel);
verify_flags = Fplist_get (proplist, Qgnutls_bootprop_verify_flags);
- verify_error = Fplist_get (proplist, Qgnutls_bootprop_verify_error);
+ /* verify_error = Fplist_get (proplist, Qgnutls_bootprop_verify_error); */
verify_hostname_error = Fplist_get (proplist, Qgnutls_bootprop_verify_hostname_error);
if (!STRINGP (hostname))