diff options
| author | Gareth Rees | 2013-03-07 14:32:40 +0000 |
|---|---|---|
| committer | Gareth Rees | 2013-03-07 14:32:40 +0000 |
| commit | 9ecff094ec9301ae807989c9b74c121360df2051 (patch) | |
| tree | 5de1f144fa431aeac2fdf6e3c3af7309b28d146c /mps/code/finaltest.c | |
| parent | 13e6529c52df75177da7d658fe746f964965af2c (diff) | |
| download | emacs-9ecff094ec9301ae807989c9b74c121360df2051.tar.gz emacs-9ecff094ec9301ae807989c9b74c121360df2051.zip | |
Add testlib_unused(argc) where necessary, so that test cases build on xci6ll.
Copied from Perforce
Change: 181073
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/finaltest.c')
| -rw-r--r-- | mps/code/finaltest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mps/code/finaltest.c b/mps/code/finaltest.c index 53cb093cf15..38acb455d0f 100644 --- a/mps/code/finaltest.c +++ b/mps/code/finaltest.c | |||
| @@ -244,6 +244,7 @@ int main(int argc, char *argv[]) | |||
| 244 | mps_arena_t arena; | 244 | mps_arena_t arena; |
| 245 | mps_thr_t thread; | 245 | mps_thr_t thread; |
| 246 | void *r; | 246 | void *r; |
| 247 | testlib_unused(argc); | ||
| 247 | 248 | ||
| 248 | die(mps_arena_create(&arena, mps_arena_class_vm(), testArenaSIZE), | 249 | die(mps_arena_create(&arena, mps_arena_class_vm(), testArenaSIZE), |
| 249 | "arena_create\n"); | 250 | "arena_create\n"); |