diff options
Diffstat (limited to 'mps/code/testlib.c')
| -rw-r--r-- | mps/code/testlib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mps/code/testlib.c b/mps/code/testlib.c index 8cf36491cd3..5a1941ab30c 100644 --- a/mps/code/testlib.c +++ b/mps/code/testlib.c | |||
| @@ -70,6 +70,9 @@ mps_addr_t rnd_addr(void) | |||
| 70 | 70 | ||
| 71 | /* randomize -- randomize the generator, or initialize to replay */ | 71 | /* randomize -- randomize the generator, or initialize to replay */ |
| 72 | 72 | ||
| 73 | /* for sscanf */ | ||
| 74 | #pragma warning( disable : 4996 ) | ||
| 75 | |||
| 73 | void randomize(int argc, char **argv) | 76 | void randomize(int argc, char **argv) |
| 74 | { | 77 | { |
| 75 | int i, k, n; | 78 | int i, k, n; |