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

Fixed a warning.

Rev: src/cyclic.h:1.2
parent cc15b7bb
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@ typedef struct CYCLIC
CYCLIC cyclic_struct__
#define BEGIN_CYCLIC(A,B) \
begin_cyclic(&cyclic_struct__, &cyclic_identifier__, th_self(), (void *)(A), (void *)(B))
begin_cyclic(&cyclic_struct__, &cyclic_identifier__, (void *)th_self(), (void *)(A), (void *)(B))
#define SET_CYCLIC_RET(RET) \
cyclic_struct__.ret=(void *)(RET)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment