More warnings fixed, only 104 left in cpu, slirp and voodoo!

This commit is contained in:
waltje
2018-03-28 20:43:05 -04:00
parent 6a12afa098
commit 3e9cb74fd1
23 changed files with 315 additions and 283 deletions

View File

@@ -8,7 +8,7 @@
*
* Define the various platform support functions.
*
* Version: @(#)plat.h 1.0.5 2018/03/10
* Version: @(#)plat.h 1.0.6 2018/03/28
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -139,7 +139,7 @@ typedef struct {
} dllimp_t;
extern void *dynld_module(const char *, dllimp_t *);
extern void *dynld_module(const char *, const dllimp_t *);
extern void dynld_close(void *);