diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-27 17:34:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-27 17:34:13 +0000 |
commit | 0add8117f175a633289e892a829ee8fd2eec1ad6 (patch) | |
tree | c5db2db492bbf22e4d1a50999cb04a683d659e79 /www/dtse/files/patch-Indexer.cpp | |
parent | - Update to 2.1.3 (diff) |
- Fix build with clang
PR: 163731
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'www/dtse/files/patch-Indexer.cpp')
-rw-r--r-- | www/dtse/files/patch-Indexer.cpp | 20 |
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 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"; |