浏览代码

BUG: Updated warning regex to match in more cases.

Brad King 22 年之前
父节点
当前提交
5e3b39178b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmCTest.cxx

+ 1 - 1
Source/cmCTest.cxx

@@ -174,7 +174,7 @@ static const char* cmCTestWarningExceptions[] = {
   "IceFlush",
   "IceFlush",
   "warning LNK4089: all references to [^ \\t]+ discarded by .OPT:REF",
   "warning LNK4089: all references to [^ \\t]+ discarded by .OPT:REF",
   "ld32: WARNING 85: definition of dataKey in",
   "ld32: WARNING 85: definition of dataKey in",
-  "cc: warning 422: Unknown option \"\\+b\\.\" ignored", 
+  "cc: warning 422: Unknown option \"\\+b",
   "_with_warning_C",
   "_with_warning_C",
   0
   0
 };
 };