diff options
| author | Paul Eggert | 2014-11-25 09:22:21 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-25 09:23:33 -0800 |
| commit | 92f6486a11e01dcac0a83ab5fc0aefb68068159f (patch) | |
| tree | 74d479acc91cd887391f9effb5670ec097adb9f8 /src/ChangeLog | |
| parent | 50cc8073770db118b51ae16a00112fb3e0607486 (diff) | |
| download | emacs-92f6486a11e01dcac0a83ab5fc0aefb68068159f.tar.gz emacs-92f6486a11e01dcac0a83ab5fc0aefb68068159f.zip | |
Fix gnutls problems caught by static checking.
* gnutls.c (Fgnutls_boot): Remove unused local.
(Fgnutls_boot): Fix pointer signedness.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a515080e85f..da8746c3ff8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix gnutls problems caught by static checking. | ||
| 4 | * gnutls.c (Fgnutls_boot): Remove unused local. | ||
| 5 | (Fgnutls_boot): Fix pointer signedness. | ||
| 6 | |||
| 1 | 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 8 | ||
| 3 | * gnutls.c (gnutls_certificate_details): Don't include certain | 9 | * gnutls.c (gnutls_certificate_details): Don't include certain |