shut up gcc
This commit is contained in:
parent
de9b8f8674
commit
dbbfb316fb
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ get1prop(Window w, Atom a, Atom type)
|
|||
return 0;
|
||||
x = *p;
|
||||
XFree((void*) p);
|
||||
return (int)x;
|
||||
return (int)(uintptr)x;
|
||||
}
|
||||
|
||||
Window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue