Fixed and committed to SVN.

Best,
Scuri


2018-01-16 23:07 GMT-02:00 Ranier VF <ranier_...@hotmail.com>:

> Hi,
> Issue found by Coverity Scan.
> CID 210680 (#2 of 2): Missing break in switch (MISSING_BREAK)
>
> --- a\srcim\iup_im.c    Thu Feb 02 20:46:26 2017
> +++ b\srcim\iup_im.c    Tue Jan 16 23:07:47 2018
> @@ -35,6 +35,7 @@
>      {
>      case IM_ERR_NONE:
>        msg = NULL;
> +      break;
>      case IM_ERR_OPEN:
>        msg = "Error Opening Image File.";
>        break;
> @@ -63,6 +64,7 @@
>      {
>      case IM_ERR_NONE:
>        msg = NULL;
> +      break;
>      case IM_ERR_OPEN:
>        msg = "Erro Abrindo Arquivo de Imagem.";
>        break;
>
> Best.
> Ranier
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to