e actions - cast to avoid alignment warning that is not needed

This commit is contained in:
Carsten Haitzler 2021-05-10 16:25:27 +01:00
parent d936eb7059
commit fe499cecff
1 changed files with 1 additions and 1 deletions

View File

@ -1123,7 +1123,7 @@ ACT_FN_GO(window_grow, )
if (params)
{
E_Client *ec = (E_Client *)obj, *cur;
E_Client *ec = (E_Client *)((void *)obj), *cur;
E_Desk *desk_current;
int hdir = 0, vdir = 0;
int x1, y1, x2, y2, w, h;