This is the mail archive of the gcc-bugs@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]

decimal integer constant is so large that it is unsigned



I get this warning message while using gcc then the
compiler exists. 

How do I turn this warning off or how do I make
the compiler not exit?

This error message is generated on this code:

unsigned long x = 0xffffffff + 5; 

Hany


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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