This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Warning with 64-Bit datatype


On Thursday 15 of July 2004 10:15, Michael Pfeiffer wrote:
> Hi,
>
> I get some warnings with following code:
>
> __int64 hash;
>
> hash=(hash<<1) & 0x7FFFFFFFFFFFFFFFL;
                                     ^ L -> LL (LLU)

-- 
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */

                           #define say(x) lie(x)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]