diff options
| author | Richard Kistruck | 2008-09-10 18:50:13 +0100 |
|---|---|---|
| committer | Richard Kistruck | 2008-09-10 18:50:13 +0100 |
| commit | 08360b91f36a793c5ffd60726cbbbb8ad082ae0c (patch) | |
| tree | c5c6c10e4fd545aeb59711f6323f34f8821fb8e7 /mps/code/testlib.c | |
| parent | 994518b5e2cb468ac7743f15b578ca544013f82b (diff) | |
| download | emacs-08360b91f36a793c5ffd60726cbbbb8ad082ae0c.tar.gz emacs-08360b91f36a793c5ffd60726cbbbb8ad082ae0c.zip | |
Mps br/vc9: undo #pragma warning (4996) in mpslib.h and mpswin.h; testlib.c is where it is needed
Copied from Perforce
Change: 166143
ServerID: perforce.ravenbrook.com
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; |