~/tmp$ cat hello.c
#include <stdio.h>

int main()
{
        printf("%lld\n", 0x123456789all);
        return 0;
}
~/tmp$ gcc -Wall hello.c
~/tmp$ i686-w64-mingw32-gcc -Wall hello.c
hello.c: In function ‘main’:
hello.c:5:2: warning: unknown conversion type character ‘l’ in format
[-Wformat=]
  printf("%lld\n", 0x123456789all);
  ^
hello.c:5:2: warning: too many arguments for format [-Wformat-extra-args]
~/tmp$ i686-w64-mingw32-gcc -v
Using built-in specs.
COLLECT_GCC=i686-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/opt/mingw32/bin/../libexec/gcc/i686-w64-mingw32/4.9.0/lto-wrapper
Target: i686-w64-mingw32
Configured with: ../../../build/gcc/src/configure --target=i686-w64-mingw32
--prefix=/home/mingw-w64/slave-root/linux-x86-x86/build/build/root
--with-sysroot=/home/mingw-w64/slave-root/linux-x86-x86/build/build/root
--with-gnu-ld --with-gnu-as --enable-fully-dynamic-string --disable-multilib
Thread model: win32
gcc version 4.9.0 20130430 (experimental) (GCC)
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to