summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorcooldome <cdome@bk.ru>2017-11-27 11:39:02 +0000
committerAndreas Rumpf <rumpf_a@web.de>2017-11-27 12:39:02 +0100
commit5e93eb9d7a839984c99789a4b9409b7a70f691f7 (patch)
treed06dfb39fad095ebf0f2b9fe82b1a3a318d229b0
parent821a6ef4c26bfaca02f778b3a8634a27ace6dc2f (diff)
downloadNim-5e93eb9d7a839984c99789a4b9409b7a70f691f7.tar.gz
Add visual studio C4297 warning to ignore list (#6815)
-rw-r--r--lib/nimbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h
index 76192713b..ac2cc097c 100644
--- a/lib/nimbase.h
+++ b/lib/nimbase.h
@@ -70,7 +70,7 @@ __clang__
 #if defined(_MSC_VER)
 #  pragma warning(disable: 4005 4100 4101 4189 4191 4200 4244 4293 4296 4309)
 #  pragma warning(disable: 4310 4365 4456 4477 4514 4574 4611 4668 4702 4706)
-#  pragma warning(disable: 4710 4711 4774 4800 4820 4996 4090)
+#  pragma warning(disable: 4710 4711 4774 4800 4820 4996 4090 4297)
 #endif
 /* ------------------------------------------------------------------------- */