aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/tls.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/tls.cxx')
-rw-r--r--odb/details/win32/tls.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/details/win32/tls.cxx b/odb/details/win32/tls.cxx
index d6dc2d8..29eb5fb 100644
--- a/odb/details/win32/tls.cxx
+++ b/odb/details/win32/tls.cxx
@@ -18,6 +18,10 @@
#include <odb/details/win32/tls-init.hxx>
#include <odb/details/win32/exceptions.hxx>
+#ifdef _MSC_VER
+# pragma warning (disable:4200) // zero-sized array in struct
+#endif
+
using namespace std;
namespace odb