shut up gcc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user