* dache.c (struct dcache_block): Change data member from unsigned char
[deliverable/binutils-gdb.git] / gdb / regex.c
index 3f30284a63972e58499cba91b7875fc923858a45..fc31eba9a602a686729b7c7cf46fd2c2c4085634 100644 (file)
@@ -876,6 +876,11 @@ re_compile_fastmap (bufp)
                  fastmap[j] = 1;
              }
          break;
+       case unused:
+       case syntaxspec:
+       case notsyntaxspec:
+       default:
+         break;
        }
 
       /* Get here means we have successfully found the possible starting characters
@@ -1529,6 +1534,14 @@ re_match_2 (pbufp, string1, size1, string2, size2, pos, regs, mstop)
              while (--mcnt);
            }
          break;
+       case unused:
+       case before_dot:
+       case at_dot:
+       case after_dot:
+       case syntaxspec:
+       case notsyntaxspec:
+       default:
+         break;
        }
       continue;    /* Successfully matched one pattern command; keep matching */
 
This page took 0.024507 seconds and 4 git commands to generate.