From 7bd88f8224b31f13d66c0973b5109e665600097d Mon Sep 17 00:00:00 2001 From: Erkin Bahceci Date: Tue, 14 Jul 2009 17:01:03 -0500 Subject: Fix some compiler warnings. --- src/match.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/match.cpp') diff --git a/src/match.cpp b/src/match.cpp index 663bd69..ff46aae 100644 --- a/src/match.cpp +++ b/src/match.cpp @@ -566,6 +566,8 @@ MatchGroupOp::operator= (const MatchGroupOp &gr) break; } } + + return *this; } PrivateMatch::PrivateMatch () : -- cgit v1.1