Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. warning: passing argument 3 of '_beginthreadex' from incompatible pointer type [enabled by default]
  2.  
  3. ThreadList[i] = (HANDLE)_beginthreadex( NULL, 0, &ThreadFunc, &ThreadArgs[i] , 0, NULL );
  4.  
  5. c:mingwx86_64-w64-mingw32includeprocess.h:31:29: note:
  6. expected 'unsigned int <*><void *>' but argument is of type 'void * <*><void *>'
  7. _CRTIMP uintptr_t _cdecl _beginthreadex<void *_Security,unsigned _Stacksize,unsigned <_stdcall *_StartAddress> <void *>,void *_ArgList,unsigned _InitFlag,unsigned *_ThrdAddr >;
  8.  
  9. #include <process.h>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement