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

-Werror=unused-macros

Change-Id: I70813300c9935435de62a6a1347530aed8dfdc08
üst ed3fe31d
......@@ -1220,8 +1220,9 @@ ATTR_SETEMPHASIS:
if (nToken == BRACELEFT && !bFirstToken)
{
nToken = GetNextToken();
DBG_ASSERT( nToken == BRACERIGHT,
"} did not follow { as expected\n");
SAL_WARN_IF( nToken != BRACERIGHT,
"editeng",
"} did not follow { as expected");
}
}
else if( (nToken & ~(0xff| RTF_SWGDEFS)) == RTF_BRDRDEF)
......
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