remove some compiler warnings

This commit is contained in:
Holger Vogt 2021-10-26 16:27:54 +02:00
parent ced6b038a5
commit fb98f7873b
2 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,7 @@ void com_optran(wordlist* wl) {
int optrancom;
static bool dataset = FALSE;
static bool getdata = FALSE;
static unsigned int opiter = 1;
static unsigned char opiter = 1;
static int ngminsteps = 1;
static int nsrcsteps = 1;

View File

@ -38,6 +38,9 @@ void mem_delete(void);
int memsaved(void *ptr);
void memdeleted(const void *ptr);
void my_free_func(void* data);
void my_key_free(void* key);
int gc_is_on = 0;
/* add some debugging printout */