Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.
This commit is contained in:
parent
268d8c564b
commit
5200968edc
@ -539,7 +539,7 @@ is_section (name, path)
|
||||
|
||||
x = 0;
|
||||
vs = glob_filename (temp);
|
||||
if ((int)vs == -1)
|
||||
if ((intptr_t)vs == -1)
|
||||
{
|
||||
free (temp);
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user