summaryrefslogtreecommitdiffstats
path: root/www/dtse/files/patch-Indexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/dtse/files/patch-Indexer.cpp')
-rw-r--r--www/dtse/files/patch-Indexer.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/dtse/files/patch-Indexer.cpp b/www/dtse/files/patch-Indexer.cpp
new file mode 100644
index 0000000..1e80f81
--- /dev/null
+++ b/www/dtse/files/patch-Indexer.cpp
@@ -0,0 +1,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";
OpenPOWER on IntegriCloud