Browse Source

COMP: add a warning ignore for gcc 3.4.2

Bill Hoffman 21 years ago
parent
commit
aadde3f045
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CTestCustom.ctest.in

+ 1 - 0
CTestCustom.ctest.in

@@ -8,6 +8,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "warning: To disable this warning use"
   "could not be inlined"
   "libCurl.*has no symbols"
+  "stl_deque.h:479"
   )