]> andersk Git - splint.git/blobdiff - src/cpplib.c
cpplib.c: added OS2 conditional after emtpy default: label (see
[splint.git] / src / cpplib.c
index cddfec9d5be139142cd4501164bdd13ca09af226..28ac8ef9070007b392cc6391ff420366267b03ed 100644 (file)
@@ -4931,6 +4931,11 @@ beg_of_line:
                  /*@switchbreak@*/ break;
                default: ;
                  /*@-branchstate@*/ 
+#if defined (OS2) && defined (__IBMC__)
+      /* Dummy code to eleminate optimization problems with icc */
+      c = 0;
+# endif
+
                }
              /*@=branchstate@*/
              break;
This page took 0.030305 seconds and 4 git commands to generate.