Fixed and committed to the SVN.

Thanks,
Scuri


Em sex, 21 de set de 2018 às 00:43, 云风 Cloud Wu <clou...@gmail.com>
escreveu:

>
> https://sourceforge.net/p/iup/iup/4991/tree//trunk/iup/srclua5/iuplua_getparam.c?diff=53d9aa9d0910d44ffbc10019:4990
>
> I don't think (Ihandle*)(param_data[i]) = iuplua_checkihandle(L,
> lua_param_start); is a valid C code.
>
> My gcc 8.2 report `error: lvalue required as left operand of assignment`
> here.
>
> Maybe it should be :
>
> param_data[i] = iuplua_checkihandle(L, lua_param_start);
>
>
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to