Silence 4244 loss of precision warning

This commit is contained in:
jez 2010-12-09 11:35:06 +00:00
parent ff61aec7fb
commit 244217f8f1

View file

@ -1,5 +1,5 @@
#ifdef _MSC_VER
#pragma warning(disable: 4786 4250 4503)
#pragma warning(disable: 4786 4250 4503 4244)
#endif
#include "../CppUnit/TestRunner.hpp"