Re: [Mingw-w64-public] Question about warning: ISO C does not support the 'I64' ms_printf length modifier

2012-04-12 Thread niXman
I.e. these warnings is reported when building gcc.

example:
x86_64-w64-mingw32-gcc -c   -O2 -pipe -fomit-frame-pointer
-momit-leaf-frame-pointer -I/./mingw-libs-x64/include
-D__USE_MINGW_ACCESS -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I.
-I../../../mingw-src/gcc-trunk/gcc
-I../../../mingw-src/gcc-trunk/gcc/.
-I../../../mingw-src/gcc-trunk/gcc/../include
-I../../../mingw-src/gcc-trunk/gcc/../libcpp/include
-I/./mingw-libs-x64/include -I/./mingw-libs-x64/include
-I/./mingw-libs-x64/include
-I../../../mingw-src/gcc-trunk/gcc/../libdecnumber
-I../../../mingw-src/gcc-trunk/gcc/../libdecnumber/bid
-I../libdecnumber -I/./mingw-libs-x64/include
-I/./mingw-libs-x64/include -DCLOOG_INT_GMP -DCLOOG_ORG
-I/./mingw-libs-x64/include
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c -o lto-streamer.o
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c: In function
'lto_get_section_name':
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:173:5: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:175:5: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c: In function 'print_lto_report':
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:190:5: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:194:5: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:198:5: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:207:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:215:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:215:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:229:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:233:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:237:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:243:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:243:9: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]
../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:256:7: warning: ISO C
does not support the 'I64' ms_printf length modifier [-Wformat]


-- 
Regards,
  niXman

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Question about warning: ISO C does not support the 'I64' ms_printf length modifier

2012-04-12 Thread xunxun
It seems that some code may be built using -pedantic ... which can
imply `__STRICT_ANSI__'.

On Thu, Apr 12, 2012 at 7:04 PM, niXman i.nix...@gmail.com wrote:
 I.e. these warnings is reported when building gcc.

 example:
 x86_64-w64-mingw32-gcc -c   -O2 -pipe -fomit-frame-pointer
 -momit-leaf-frame-pointer -I/./mingw-libs-x64/include
 -D__USE_MINGW_ACCESS -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual
 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
 -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
 -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I.
 -I../../../mingw-src/gcc-trunk/gcc
 -I../../../mingw-src/gcc-trunk/gcc/.
 -I../../../mingw-src/gcc-trunk/gcc/../include
 -I../../../mingw-src/gcc-trunk/gcc/../libcpp/include
 -I/./mingw-libs-x64/include -I/./mingw-libs-x64/include
 -I/./mingw-libs-x64/include
 -I../../../mingw-src/gcc-trunk/gcc/../libdecnumber
 -I../../../mingw-src/gcc-trunk/gcc/../libdecnumber/bid
 -I../libdecnumber -I/./mingw-libs-x64/include
 -I/./mingw-libs-x64/include -DCLOOG_INT_GMP -DCLOOG_ORG
 -I/./mingw-libs-x64/include
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c -o lto-streamer.o
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c: In function
 'lto_get_section_name':
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:173:5: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:175:5: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c: In function 
 'print_lto_report':
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:190:5: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:194:5: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:198:5: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:207:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:215:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:215:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:229:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:233:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:237:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:243:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:243:9: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]
 ../../../mingw-src/gcc-trunk/gcc/lto-streamer.c:256:7: warning: ISO C
 does not support the 'I64' ms_printf length modifier [-Wformat]


 --
 Regards,
   niXman

 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public



-- 
Best Regards,
xunxun

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Question about warning: ISO C does not support the 'I64' ms_printf length modifier

2012-04-11 Thread niXman
Hi,

When buildling MinGW, are shown more than a thousand of such warnings.
Tell me please, does it happen just to me? Or it happens to the others
who build MinGW, too?
How to fix or suppress that specific warning?

Thanks!


-- 
Regards,
  niXman

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public