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: gcc 4.8.2 -Wno-format feat/broken


On Sun, Mar 2, 2014 at 8:53 AM, phi gcc <phi.gcc@gmail.com> wrote:

> CU82$ more c.c
> #include <stdio.h>
>
> #ifdef __LP64__
> typedef unsigned long uint64;
> #define Y "l"
> #else
> typedef unsigned long long uint64;
> #define Y "l"

sorry for the typo here should read
#define Y "ll"


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