fix windows build (suppress warning from lexical_cast)

master
Andrew A. de Laix 2010-12-17 10:53:02 -08:00
parent 9148e16857
commit b707048fdf
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
* $/LicenseInfo$
*/
#pragma warning(disable: 4702) // disable 'unreachable code' so we can use lexical_cast (really!).
#include "linden_common.h"
#include <apr_file_io.h>
#include <boost/lexical_cast.hpp>