Browse Source

ENH: supress xcode warning

pull/1/head
Bill Hoffman 20 years ago
parent
commit
d11ae3062e
  1. 2
      CTestCustom.ctest.in

2
CTestCustom.ctest.in

@ -15,7 +15,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"Source/CTest/Curl"
"Utilities/cmcurl"
"Source/CursesDialog/form"
"/usr/bin/ld.*warning.*-L.*directory.name.*bin/Release.*does not exist"
"/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
"Redeclaration of .send..... with a different storage class specifier"
"Utilities/cmexpat/"
"is not used for resolving any symbol"

Loading…
Cancel
Save