Kaydet (Commit) fffc2b70 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wundefined-bool-conversion

Change-Id: Id423cea0fa9ac926f47394c8a991a51438167386
üst abd8e764
......@@ -135,7 +135,7 @@ void SvParser::SetSrcEncoding( rtl_TextEncoding eEnc )
}
else
{
DBG_ASSERT( !this,
DBG_ASSERT( false,
"SvParser::SetSrcEncoding: invalid source encoding" );
eSrcEnc = RTL_TEXTENCODING_DONTKNOW;
}
......
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