Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.
This commit is contained in:
parent
10a498be8f
commit
59a2e5b3fa
@ -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