Kaydet (Commit) d6b4644d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: control may reach end of non-void function

Change-Id: I0363770dab815f3623af882cab56f68f27ac38fc
üst b09c5286
...@@ -238,6 +238,7 @@ struct my_t_list : public my_t_impl ...@@ -238,6 +238,7 @@ struct my_t_list : public my_t_impl
lt_list_t* pList = my_copyList( r.mpList); lt_list_t* pList = my_copyList( r.mpList);
my_unrefList( mpList); my_unrefList( mpList);
mpList = pList; mpList = pList;
return *this;
} }
virtual void append( const char* str, const char* stop ) virtual void append( const char* str, const char* stop )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment