1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

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.
This commit is contained in:
William M. Brack
2003-08-06 04:43:55 +00:00
parent c193956ee1
commit a71a8ef127
6 changed files with 21 additions and 7 deletions

View File

@ -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]);