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
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to