Skip to content
Snippets Groups Projects
Commit cd945917 authored by dt's avatar dt
Browse files

Initialize to zero.

Coverity report.
parent 598c82aa
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@ using namespace ProjectExplorer::Constants;
using namespace Qt4ProjectManager;
RvctParser::RvctParser() :
m_additionalInfo(false)
m_additionalInfo(false),
m_lastLine(0)
{
// Start of a error or warning:
m_warningOrError.setPattern("^\"([^\\(\\)]+[^\\d])\", line (\\d+):(\\s(Warning|Error):)\\s(.+)$");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment