Skip to content
Snippets Groups Projects
Commit 9f2dc0e8 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed warning.

Rev: src/threads.h:1.36
parent db686be2
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ struct thread_state { ...@@ -259,7 +259,7 @@ struct thread_state {
#endif #endif
#ifndef th_hash #ifndef th_hash
#define th_hash(X) hashmem(&(X),sizeof(THREAD_T), 16) #define th_hash(X) hashmem((unsigned char *)&(X),sizeof(THREAD_T), 16)
#endif #endif
/* Define to get a debug-trace of some of the threads operations. */ /* Define to get a debug-trace of some of the threads operations. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment