1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00

Mps br/timing zcoll.c: (fix compiler warning for w3i3m9) vc9 warns that sscanf is unsafe; disable this warning for zcoll.c. see also job001934.

Copied from Perforce
 Change: 167379
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2009-02-16 14:57:54 +00:00
parent 2a1485e45d
commit ce6846ffa8

View file

@ -67,6 +67,13 @@
#include <time.h> /* 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] = {