Ignore boost timer warnings in msvc.
This commit is contained in:
@@ -13,10 +13,19 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(push)
|
||||||
|
#pragma warning(disable : 4244)
|
||||||
|
#endif
|
||||||
|
|
||||||
// -------------------------- Includes --------------------------
|
// -------------------------- Includes --------------------------
|
||||||
|
|
||||||
#include "boost/timer/implementation.hpp"
|
#include "boost/timer/implementation.hpp"
|
||||||
#include "boost/timer/devices.hpp"
|
#include "boost/timer/devices.hpp"
|
||||||
#include "boost/timer/typedefs.hpp"
|
#include "boost/timer/typedefs.hpp"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(pop)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // BOOST_TIMER_HPP
|
#endif // BOOST_TIMER_HPP
|
||||||
|
|||||||
Reference in New Issue
Block a user