Re: mingw64-i686-gcc-4.5.3-4: -Wformat warnings broken in C++

2012-01-05 Thread Christian Franke
JonY wrote: On 1/5/2012 02:31, Christian Franke wrote: Both are new issues not seen in previous releases. If desired, I could resend this report to mingw-w64 list. Christian Yes, please do that. This is an odd problem indeed, maybe a missing attribute qualifier. Done. Christian -- Proble

Re: mingw64-i686-gcc-4.5.3-4: -Wformat warnings broken in C++

2012-01-04 Thread JonY
On 1/5/2012 02:31, Christian Franke wrote: > When printf/scanf functions from MinGW runtime are selected via > __USE_MINGW_ANSI_STDIO, then format string checking is broken. This only > affects the C++ compiler: > > > $ cygcheck -f /usr/bin/i686-w64-mingw32-g++ > mingw64-i686-gcc-g++-4.5.3-4 > >