bug 278200 : get rid of unnecessary warnings in debug build (nsIMIMEHeaderParam implementation) r=cbie, sr=darin
git-svn-id: svn://10.0.0.236/trunk@167679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
aaa2c9d7a4
commit
a1868f9c24
@ -91,7 +91,8 @@ nsMIMEHeaderParamImpl::GetParameter(const nsACString& aHeaderVal,
|
||||
nsXPIDLCString charset;
|
||||
rv = GetParameterInternal(PromiseFlatCString(aHeaderVal).get(), aParamName,
|
||||
getter_Copies(charset), aLang, getter_Copies(med));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
// convert to UTF-8 after charset conversion and RFC 2047 decoding
|
||||
// if necessary.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user