Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor >> Sent: Tuesday, March 18, 2008 5:31 PM >> To: dev@stdcxx.apache.org >> Subject: Re: svn commit: r638382 - in /stdcxx/trunk: >> include/fstream include/istream src/podarray.h >> >> faridz@apache.org wrote: >>> Author: faridz >>> Date: Tue Mar 18 07:22:15 2008 >>> New Revision: 638382 >> Just out of curiosity: are these warnings new in MSVC 9? (I >> don't think they show up in MSVC 8 builds.) > > I saw this warning when compiled the library with MSVC 7.1. > Just now compiled with MSVC 8.0 and 9.0 and this warning still > present in both compilers. > > Note: this warning issued on MSVC in strict mode only (when > _RWSTD_STRICT_ANSI macro defined). Ah! That's why it's not showing up in our nightly builds. Do you think it would be useful to schedule some strict mode builds? Martin