Suppress some Intel C++ warnings.

[SVN r65628]
This commit is contained in:
John Maddock
2010-09-27 12:23:46 +00:00
parent 64e9b6ef07
commit 71d516c6f5

View File

@@ -14,6 +14,10 @@
#endif
#include <iostream>
#ifdef BOOST_INTEL
#pragma warning(disable: 304 383)
#endif
struct C1 {};
struct C2 {};