-
Bug
-
Resolution: Incomplete
-
Minor
Consider this compiler output
"D:\jenkins\workspace\path\To\some\SourdceFile.cpp", line 163: warning #548-D: transfer of control bypasses initialization of: variable "someVariableName" (declared at line 191)
The resulting warning in jenkins will be "transfer of control bypasses initialization of:" but it should be "transfer of control bypasses initialization of: variable "someVariableName" (declared at line 191)"
Since i didn't get the issue tracker to display the text unformatted, i attached the raw compiler output as text file.