Last of my warning cleanup - as of this revision, all warnings in the windows build are gone. I've turned on the 'treat warnings as errors' option in the mtg project to mirror our makefile behaviour on psp.
This commit is contained in:
@@ -3,7 +3,16 @@
|
||||
|
||||
#if !defined(PSP)
|
||||
#include <boost/date_time.hpp>
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable : 4244)
|
||||
#endif
|
||||
#include <boost/thread.hpp>
|
||||
#ifdef WIN32
|
||||
#pragma warning (pop)
|
||||
#endif
|
||||
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#else
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
Reference in New Issue
Block a user