On Wed, Mar 21, 2018 at 12:13 PM, Roger Riggs <roger.ri...@oracle.com>
wrote:

>
> -    void *      test = (void *) 0x99999999;
> +    void *      test = (void *) 0x99999999ul;
>

Martin's 15th law: Never use "l" in a numeric constant unless the constant
is 0xCafeBabel,

so 0x99999999UL

Reply via email to