summaryrefslogtreecommitdiff
path: root/testThreads.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-08-06 04:43:55 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-08-06 04:43:55 +0000
commita71a8ef127c8811db2ebbce8086d6e2a8f3d241e (patch)
tree57fa57baee4f2768b538fc3d960f310d0ac96d6f /testThreads.c
parentc193956ee1c3b229556301cf09f6ff1b6eb9cb70 (diff)
downloadlibxml2-a71a8ef127c8811db2ebbce8086d6e2a8f3d241e.tar.gz
further small changes to elminate most of the remaining warnings.
* error.c trionan.[ch] testThreads.c python/generator.py: further small changes to elminate most of the remaining warnings.
Diffstat (limited to 'testThreads.c')
-rw-r--r--testThreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testThreads.c b/testThreads.c
index 1479d8d3..24633eee 100644
--- a/testThreads.c
+++ b/testThreads.c
@@ -84,7 +84,7 @@ thread_specific_data(void *private_data)
}
int
-main()
+main(void)
{
unsigned int i, repeat;
unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);