Shut up warnings from the customized DUMB code.

This commit is contained in:
Edoardo Prezioso 2013-08-25 02:21:21 +02:00 committed by Randy Heit
parent ded1715625
commit 7b5084df44
2 changed files with 3 additions and 3 deletions

View file

@ -650,8 +650,8 @@ static DUMB_IT_SIGDATA *it_mod_load_sigdata(DUMBFILE *f, int rstrict)
if ( ( rstrict & 2 ) ) if ( ( rstrict & 2 ) )
{ {
long total_sample_size; int32 total_sample_size;
long remain; int32 remain;
rem = f; rem = f;
f = dumbfile_buffer_mod_2(rem, sigdata->n_samples, sigdata->sample, &total_sample_size, &remain); f = dumbfile_buffer_mod_2(rem, sigdata->n_samples, sigdata->sample, &total_sample_size, &remain);
if (!f) { if (!f) {

View file

@ -436,7 +436,7 @@ static int limit_xm_getc(void *f)
static long limit_xm_getnc(char *ptr, int32 n, void *f) static int32 limit_xm_getnc(char *ptr, int32 n, void *f)
{ {
LIMITED_XM *lx = f; LIMITED_XM *lx = f;
int left; int left;