--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-25
17:04 ---
Fixed by:
2005-05-25 Mike Stump <[EMAIL PROTECTED]>
* objc-act.c (volatilized_hash): Avoid warnings on 64-bit
machines.
--
What|Removed |Added
---
--- Additional Comments From hjl at lucon dot org 2005-05-25 14:51 ---
The problem is
typedef unsigned int hashval_t;
static hashval_t
volatilized_hash (const void *ptr)
{
tree typ = ((struct volatilized_type *)ptr)->type;
return (hashval_t) typ;
}
Isn't typ a pointer? Will it mak