diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 19:59:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 19:59:40 (GMT) |
commit | 51acf333cc119443d299773e4c28048df176b55b (patch) | |
tree | 1044edea2bafa0a670b17e63fcbc238b022f0e7e /Source | |
parent | fe30286e4af8c258dc18ab587a96f0b388b2988b (diff) | |
download | CMake-51acf333cc119443d299773e4c28048df176b55b.zip CMake-51acf333cc119443d299773e4c28048df176b55b.tar.gz CMake-51acf333cc119443d299773e4c28048df176b55b.tar.bz2 |
Add aix warning
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmCTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index f85f218..d5c7d63 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -91,6 +91,7 @@ static const char* cmCTestWarningMatches[] = { "([^:]+): warning[ \\t]*[0-9]+[ \\t]*:", "^Warning ([0-9]+):", "^Warning ", + "WARNING: ", "([^ :]+) : warning", "([^:]+): warning", 0 |