When building ON with gcc (on x86) there are some warnings in cmd/pools.
one case of gcc requiring constants that don't fit in a long to have the right
suffix and many cases of implicit conversions between different sized pointers
and integers - go go uintptr_t cast.
gcc also needs to know die() won't return.
The suggested fix compiles but I haven't tested it.
xxxxx@xxxxx.com 2005-05-17 23:00:01 GMT
|