浏览代码

Xcode: Suppress same-old warning again.

They changed the wording of it slightly with Xcode 4.
David Cole 14 年之前
父节点
当前提交
1db6955b06
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CTestCustom.cmake.in

+ 1 - 0
CTestCustom.cmake.in

@@ -42,6 +42,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "warning:.*is.*misused, please use.*"
   "warning:.*is.*misused, please use.*"
   "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
   "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
   "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
   "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
+  "ld: warning: directory not found for option .-(F|L)"
   )
   )
 
 
 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")