BUG: fix for 5218 Error message pattern match for VS8
This commit is contained in:
parent
f0a41ce160
commit
57a2a408c4
|
@ -165,7 +165,8 @@ static cmCTestBuildCompileErrorWarningRex
|
|||
cmCTestWarningErrorFileLine[] = {
|
||||
{ "^Warning W[0-9]+ ([a-zA-Z.\\:/0-9_+ ~-]+) ([0-9]+):", 1, 2 },
|
||||
{ "^([a-zA-Z./0-9_+ ~-]+):([0-9]+):", 1, 2 },
|
||||
{ "^([a-zA-Z.\\:/0-9_+ ~-]+)\\(([0-9]+)\\)", 1, 2 },
|
||||
{ "^([a-zA-Z.\\:/0-9_+ ~-]+)\\(([0-9]+)\\)", 1, 2 },
|
||||
{ "^[0-9]+>([a-zA-Z.\\:/0-9_+ ~-]+)\\(([0-9]+)\\)", 1, 2 },
|
||||
{ "^([a-zA-Z./0-9_+ ~-]+)\\(([0-9]+)\\)", 1, 2 },
|
||||
{ "\"([a-zA-Z./0-9_+ ~-]+)\", line ([0-9]+)", 1, 2 },
|
||||
{ "File = ([a-zA-Z./0-9_+ ~-]+), Line = ([0-9]+)", 1, 2 },
|
||||
|
|
Loading…
Reference in New Issue