remove some compiler warnings
This commit is contained in:
parent
ced6b038a5
commit
fb98f7873b
|
|
@ -75,7 +75,7 @@ void com_optran(wordlist* wl) {
|
||||||
int optrancom;
|
int optrancom;
|
||||||
static bool dataset = FALSE;
|
static bool dataset = FALSE;
|
||||||
static bool getdata = FALSE;
|
static bool getdata = FALSE;
|
||||||
static unsigned int opiter = 1;
|
static unsigned char opiter = 1;
|
||||||
static int ngminsteps = 1;
|
static int ngminsteps = 1;
|
||||||
static int nsrcsteps = 1;
|
static int nsrcsteps = 1;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,9 @@ void mem_delete(void);
|
||||||
int memsaved(void *ptr);
|
int memsaved(void *ptr);
|
||||||
void memdeleted(const void *ptr);
|
void memdeleted(const void *ptr);
|
||||||
|
|
||||||
|
void my_free_func(void* data);
|
||||||
|
void my_key_free(void* key);
|
||||||
|
|
||||||
int gc_is_on = 0;
|
int gc_is_on = 0;
|
||||||
|
|
||||||
/* add some debugging printout */
|
/* add some debugging printout */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue