Hi Scuri,
Thank you for the commits.
However I have some comment about the commit 5211:
https://sourceforge.net/p/iup/iup/5211/

While comments like /* ignore return value */ is great for 
programmers, for the Coverity and GCC do not mean anything.
The correct way to silence warnings coming is:
(void) iupwinButtonUp(ih, msg, wp, lp); /* ignore return value */

The are some warnings left in last Coverity report, if really safe
ignore function return please add cast (void), to silence them.

Best regards,
Ranier Vilela

_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to