tshut up gcc - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit dbbfb316fbf21fbc09635283bfc526da0f387df3
(DIR) parent de9b8f86741adea9b91a32d01fbca12069c56586
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 20 Apr 2006 20:31:21 +0000
shut up gcc
Diffstat:
M src/cmd/rio/manage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/rio/manage.c b/src/cmd/rio/manage.c
t@@ -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