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]
Other format: [Raw text]

[Bug c/30516] Shift more than 32 bits dosent work on a long long int



------- Comment #1 from schwab at suse dot de  2007-01-20 16:07 -------
> macro.c: In function ‘main’:
> macro.c:18: warning: format ‘%lu’ expects type ‘long unsigned int’, but
> argument 2 has type ‘long long unsigned int’
> macro.c:19: warning: format ‘%lu’ expects type ‘long unsigned int’, but
> argument 2 has type ‘long long int’

Don't ignore the warnings.


-- 

schwab at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30516


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