summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/FixVec.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/FixVec.h')
-rw-r--r--crawl-ref/source/FixVec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/FixVec.h b/crawl-ref/source/FixVec.h
index 6fd2f91caa..06a7f919fc 100644
--- a/crawl-ref/source/FixVec.h
+++ b/crawl-ref/source/FixVec.h
@@ -14,6 +14,11 @@
#ifndef FIXVEC_H
#define FIXVEC_H
+#if _MSC_VER
+// Benign: FixedVector has an array in member init list
+# pragma warning(disable : 4351)
+#endif
+
#include <cstdarg>
#include <cstring>