浏览代码

Merge topic 'suppress-diagnostic-context-note-warnings'

53674755 CTestCustom: Suppress "note: in expansion of macro" diagnostic context
Brad King 11 年之前
父节点
当前提交
0301e36fcd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CTestCustom.cmake.in

+ 1 - 0
CTestCustom.cmake.in

@@ -54,6 +54,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
   "ld: warning: directory not found for option .-(F|L)"
   "ld: warning: directory not found for option .-(F|L)"
   "warning.*This version of Mac OS X is unsupported"
   "warning.*This version of Mac OS X is unsupported"
   "clang.*: warning: argument unused during compilation: .-g"
   "clang.*: warning: argument unused during compilation: .-g"
+  "note: in expansion of macro" # diagnostic context note
 
 
   # Ignore clang's summary warning, assuming prior text has matched some
   # Ignore clang's summary warning, assuming prior text has matched some
   # other warning expression:
   # other warning expression: