Hi all,

Can anyone explain me how to filter out the below warning from dashboard?

warning: #warning "deprecated"
...../vcl_deprecated_header.h:10:3: warning: #warning "deprecated" [-Wcpp]
 # warning "deprecated"

So far I tried having below in CTestCustom.cmake

set(CTEST_CUSTOM_WARNING_EXCEPTION
  ${CTEST_CUSTOM_WARNING_EXCEPTION}
  ".*vcl_deprecated_header.*warning.*"
  "vcl_deprecated_header"
...
)



-- 
Regards,
   Rashad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to