Skip to content
Snippets Groups Projects
Commit 5d38e463 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #1254: Added custom warning filter for CTest in variants file of bgfen0

parent eec7e3d7
No related branches found
No related tags found
No related merge requests found
...@@ -33,3 +33,10 @@ set(BLITZ_ROOT_DIR /globalhome/lofarsystem/packages/root/bgfen/blitz) ...@@ -33,3 +33,10 @@ set(BLITZ_ROOT_DIR /globalhome/lofarsystem/packages/root/bgfen/blitz)
set(LOG4CPLUS_ROOT_DIR /globalhome/lofarsystem/packages/root/bgfen/log4cplus) set(LOG4CPLUS_ROOT_DIR /globalhome/lofarsystem/packages/root/bgfen/log4cplus)
set(VALGRIND_ROOT_DIR /globalhome/mol/root-ppc) set(VALGRIND_ROOT_DIR /globalhome/mol/root-ppc)
# Ignore warnings matching the following pattern(s)
set(CTEST_CUSTOM_WARNING_EXCEPTION
"/boost/date_time/(gregorian|posix_time)/conversion.hpp:[0-9]+: warning: missing initializer for member"
"/mpicxx.h:[0-9]+: warning: unused parameter"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment