diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-15 18:00:54 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-15 18:00:54 +0000 |
commit | bf49b9022dbf9dd1a10a9216833db1020f3fef3b (patch) | |
tree | 60c2c8f658b293e5b7fbbf5b2b28a004eb2b41fd /tests/test_config.h | |
parent | 106b07b68f7e70cd517805653b38cd7e204e7db1 (diff) | |
download | ATCD-bf49b9022dbf9dd1a10a9216833db1020f3fef3b.tar.gz |
removed "static" qualifier from randomize () to avoid warning from g++ when its not called in a test
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index 034dacb76f0..23f3c9a9349 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -193,7 +193,7 @@ ACE_Test_Output::close (void) this->output_file_.close (); } -static void +void randomize (int array[], size_t size) { size_t i; |