Thank you Scuri.
Best regards,
Ranier Vilela

________________________________________
De: Antonio Scuri <antonio.sc...@gmail.com>
Enviado: segunda-feira, 3 de junho de 2019 23:26
Para: IUP discussion list.
Assunto: Re: [Iup-users] Ignore function return

  Ok. That I can do.

  Just committed to the SVN.

Best,
Scuri


Em seg, 3 de jun de 2019 às 19:17, Ranier VF 
<ranier_...@hotmail.com<mailto:ranier_...@hotmail.com>> escreveu:
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<mailto: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