diff --git a/mps/code/zcoll.c b/mps/code/zcoll.c index 4c96616134d..b1418f7ced6 100644 --- a/mps/code/zcoll.c +++ b/mps/code/zcoll.c @@ -67,6 +67,13 @@ #include /* clock */ +#ifdef MPS_BUILD_MV +/* MSVC warning 4996 = stdio / C runtime 'unsafe' */ +/* Objects to: sscanf. See job001934. */ +#pragma warning( disable : 4996 ) +#endif + + /* testChain -- generation parameters for the test */ #define genCOUNT 2 static mps_gen_param_s testChain[genCOUNT] = {