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

@ -21,9 +21,6 @@
#include <config.h>
#ifdef USE_RNDLINUX
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
@ -161,5 +158,3 @@ _("\n"
return 0; /* success */
}
#endif /*USE_RNDLINUX*/