Skip to content
Snippets Groups Projects
Commit dd558a62 authored by Brad King's avatar Brad King
Browse files

ENH: Disabled warning 4786.

parent 7610d9ad
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
#ifdef _MSC_VER
#pragma warning (push, 1)
#pragma warning (disable: 4702)
#pragma warning (disable: 4786)
#endif
#include <@KWSYS_STL_HEADER@>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment