Fixes for a few -Wincompatible-pointer-types

This commit is contained in:
Jose Rubio
2019-10-12 22:29:44 +02:00
parent 707cc1256f
commit 5c56c32d17
4 changed files with 9 additions and 6 deletions

View File

@@ -742,7 +742,8 @@ int num_gr,
FalGlyphRegion *gr,
int code_no)
{
int code, rtn, msize, i, j, dspcode;
int code, rtn, msize, i, j;
long unsigned int dspcode;
char *ptn;
if ( ( r_gpf->p_width != r_snf->bdf_width )