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:
parent
d6e918e40f
commit
8a0cf1d2a3
6 changed files with 8 additions and 24 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue