1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* idea-stub.c (load_module): Not legal to return a void * as a function

pointer.
This commit is contained in:
David Shaw 2005-12-06 20:27:43 +00:00
parent d6e918e40f
commit 8a0cf1d2a3
6 changed files with 8 additions and 24 deletions

View file

@ -1,8 +1,12 @@
2005-12-06 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Some cleanup so we don't build files that are
completely ifdeffed out. This causes a warning on Sun's cc. Do
sha512.c as well for consistency.
* idea-stub.c (load_module): Not legal to return a void * as a
function pointer.
* Makefile.am, rndegd.c, rndlinux.c, rndunix.c, rndw32.c: Some
cleanup so we don't build files that are completely ifdeffed out.
This causes a warning on Sun's cc. Do sha512.c as well for
consistency.
2005-08-11 Werner Koch <wk@g10code.com>