On 3/26/23 7:41 PM, Paul Eggert wrote:
* lib/sh/random.c (genseed): Use a different type, to pacify GCC
"warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]" on platforms with 64-bit pointers
Thanks for the report.
--
``The lyf so short, the craft so long to lerne.'
Paul Eggert writes:
> * lib/sh/random.c (genseed): Use a different type, to pacify GCC
> "warning: cast from pointer to integer of different size
> [-Wpointer-to-int-cast]" on platforms with 64-bit pointers
> and 32-bit int.
Thanks for this one. I've been meaning to report it because
-Wpointer-