summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-09-01 00:54:52 +0300
committerTor Lillqvist <tml@iki.fi>2013-09-01 00:55:06 +0300
commitd6b4644da2c74500aa5ddfe69c36fc1f987bce0d (patch)
tree398506053a7c4c1a66f3db67dec5f7c29d76af14 /i18nlangtag
parentb09c5286b84e712a524e3fd5ded904ba9e0f8e84 (diff)
WaE: control may reach end of non-void function
Change-Id: I0363770dab815f3623af882cab56f68f27ac38fc
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/simple-langtag.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18nlangtag/source/languagetag/simple-langtag.cxx b/i18nlangtag/source/languagetag/simple-langtag.cxx
index a9588eab35e9..7693c3a1e07a 100644
--- a/i18nlangtag/source/languagetag/simple-langtag.cxx
+++ b/i18nlangtag/source/languagetag/simple-langtag.cxx
@@ -238,6 +238,7 @@ struct my_t_list : public my_t_impl
lt_list_t* pList = my_copyList( r.mpList);
my_unrefList( mpList);
mpList = pList;
+ return *this;
}
virtual void append( const char* str, const char* stop )
{