mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
ENH: Handle more regular expressions
This commit is contained in:
parent
df1ff57498
commit
911317a2a7
@ -99,6 +99,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||
"candidates are:",
|
||||
": warning",
|
||||
": \\(Warning\\)",
|
||||
": note",
|
||||
"makefile:",
|
||||
"Makefile:",
|
||||
":[ \\t]+Where:",
|
||||
@ -109,6 +110,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||
|
||||
static const char* cmCTestWarningMatches[] = {
|
||||
"([^ :]+):([0-9]+): warning:",
|
||||
"([^ :]+):([0-9]+): note:",
|
||||
"^cc[^C]*CC: WARNING File = ([^,]+), Line = ([0-9]+)",
|
||||
"^ld([^:])*:([ \\t])*WARNING([^:])*:",
|
||||
"([^:]+): warning ([0-9]+):",
|
||||
|
Loading…
Reference in New Issue
Block a user