summaryrefslogtreecommitdiff
path: root/tests/Naming_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-06 15:44:13 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-06 15:44:13 +0000
commit27e3cf9ebd6d02807a23d3317708dd1541929ff4 (patch)
treeaf06198ab52af0196557cb701a9c386ed79e64da /tests/Naming_Test.cpp
parent4b191643bc9e5a7e40e76e673f99ee92ef72ea65 (diff)
downloadATCD-27e3cf9ebd6d02807a23d3317708dd1541929ff4.tar.gz
change type of size arg to randomize to size_t to avoid compiler warnings about signed/unsigned comparison
Diffstat (limited to 'tests/Naming_Test.cpp')
-rw-r--r--tests/Naming_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Naming_Test.cpp b/tests/Naming_Test.cpp
index 86bdc127cf3..22c143ad434 100644
--- a/tests/Naming_Test.cpp
+++ b/tests/Naming_Test.cpp
@@ -28,7 +28,7 @@ static char value[BUFSIZ];
static char type[BUFSIZ];
static void
-randomize (int array[], int size)
+randomize (int array[], size_t size)
{
size_t i;