ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/www/dtse/files/patch-Indexer.cpp
Revision: 483
Committed: 2011-12-30T20:46:20-08:00 (13 years, 5 months ago) by douglas
Content type: text/x-diff
File size: 380 byte(s)
Log Message:
Patch www/dtse to build with clang.


File Contents

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

Properties

Name Value
svn:mime-type text/x-diff