aboutsummaryrefslogtreecommitdiffstats
path: root/www/dtse/files/patch-Indexer.cpp
blob: 1e80f818ae1076fb3590a61e81e53ce83a88de9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./Indexer.cpp.orig  2008-08-23 04:00:12.000000000 -0700
+++ ./Indexer.cpp   2011-12-30 17:37:16.000000000 -0800
@@ -286,6 +286,8 @@
                case all:
                    restrictionsAll.insert(restriction.getURL());
                    break;
+               default:
+                   break;
                }
            }
        }
@@ -332,6 +334,8 @@
                restrictions.insert(*itor);
            }
            break;
+       default:
+           break;
        }
 
        cout << "done.\n";