@@ -36,6 +36,10 @@
#include "../DebugNew.h"
+#ifdef _MSC_VER
+#pragma warning(disable:6293)
+#endif
+
namespace Urho3D
{
@@ -28,6 +28,10 @@
@@ -28,6 +28,11 @@
#include <cstring>
#include <new>
+#pragma warning(push)
@@ -948,3 +953,7 @@ template <class T> typename Urho3D::PODVector<T>::Iterator begin(Urho3D::PODVect
template <class T> typename Urho3D::PODVector<T>::Iterator end(Urho3D::PODVector<T>& v) { return v.End(); }
}
+#pragma warning(pop)
@@ -42,6 +42,10 @@
@@ -35,6 +35,10 @@
@@ -30,6 +30,10 @@
@@ -50,6 +50,10 @@
@@ -24,6 +24,8 @@
#include "../Math/AreaAllocator.h"
+#include "../DebugNew.h"
@@ -25,6 +25,8 @@
#include "../Math/Frustum.h"
#include "../Math/Polyhedron.h"
@@ -26,6 +26,8 @@
#include <cstdio>
#include "../Math/Plane.h"
@@ -25,6 +25,12 @@
#include "../Math/Random.h"
#include "../Math/Ray.h"
@@ -37,6 +37,10 @@