summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-01-21 22:28:47 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-01-21 22:28:47 (GMT)
commit1ec62404b21cda0606395f092861468414cc645f (patch)
treea09b2169c89e8dd2b834e24a7235ffab5df839aa /3rdParty
parented97a906d08d7613ae8a0e4c3c5cf1362f7dadd4 (diff)
downloadswift-1ec62404b21cda0606395f092861468414cc645f.zip
swift-1ec62404b21cda0606395f092861468414cc645f.tar.bz2
Avoid Hippomocks warnings with some versions of GCC.
Diffstat (limited to '3rdParty')
-rw-r--r--3rdParty/hippomocks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdParty/hippomocks.h b/3rdParty/hippomocks.h
index 8f9255c..273f7d2 100644
--- a/3rdParty/hippomocks.h
+++ b/3rdParty/hippomocks.h
@@ -531,6 +531,7 @@ public:
virtual int f1012() { return 1012; } virtual int f1013() { return 1013; } virtual int f1014() { return 1014; } virtual int f1015() { return 1015; }
virtual int f1016() { return 1016; } virtual int f1017() { return 1017; } virtual int f1018() { return 1018; } virtual int f1019() { return 1019; }
virtual int f1020() { return 1020; } virtual int f1021() { return 1021; } virtual int f1022() { return 1022; } virtual int f1023() { return 1023; }
+ virtual ~func_index() {}
};
template <typename T, typename U>