From 0add8117f175a633289e892a829ee8fd2eec1ad6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 27 Jan 2012 17:34:13 +0000 Subject: - Fix build with clang PR: 163731 Submitted by: Douglas William Thrift (maintainer) --- www/dtse/files/patch-Indexer.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 www/dtse/files/patch-Indexer.cpp (limited to 'www/dtse/files/patch-Indexer.cpp') diff --git a/www/dtse/files/patch-Indexer.cpp b/www/dtse/files/patch-Indexer.cpp new file mode 100644 index 000000000000..1e80f818ae10 --- /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"; -- cgit v1.2.3