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:
parent
2a1485e45d
commit
ce6846ffa8
1 changed files with 7 additions and 0 deletions
|
|
@ -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] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue