COMP: Try to remove warning on mingw

This commit is contained in:
Andy Cedilnik 2005-03-07 18:48:53 -05:00
parent e75df695de
commit 4a536db407

View File

@ -41,7 +41,7 @@ int pthread_create(pthread_t *new_thread_ID,
pthread_func start_func, void *arg) pthread_func start_func, void *arg)
{ {
HANDLE hThread; HANDLE hThread;
DWORD dwThreadID; unsigned dwThreadID;
XMLRPC_ASSERT (attr == NULL); /* unimplemented. */ XMLRPC_ASSERT (attr == NULL); /* unimplemented. */
XMLRPC_ASSERT_PTR_OK(new_thread_ID); XMLRPC_ASSERT_PTR_OK(new_thread_ID);