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

clang-analyzer-deadcode.DeadStores

Change-Id: I9c409cb2d7898ac6f395618cd950385cf036b002
üst dc2b5cbb
......@@ -388,8 +388,8 @@ sal_Int32 compileFile(const OString * pathname)
//yydebug = 1 parser produce trace information
yydebug = 0;
sal_Int32 nErrors = yyparse();
nErrors = idlc()->getErrorCount();
yyparse();
sal_Int32 nErrors = idlc()->getErrorCount();
fclose(yyin);
if (unlink(preprocFile.getStr()) != 0)
......
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