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

Attachment: iup_im.patch
Description: iup_im.patch

------------------------------------------------------------------------------
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