Skip to content
Snippets Groups Projects
Commit 30a0d6bf authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Filter some build warnings

There are some warnings which only show up on some systems and can't be
avoided. Filter them such that they don't show up on CDash.
parent ca3f43e6
No related branches found
No related tags found
1 merge request!449Filter some build warnings
Pipeline #12544 passed
......@@ -43,6 +43,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# -- warnings from our external packages
"external/flib_dpb"
"external/ipc"
"maybe_unused"
"include/AnalysisTree"
# -- remove intended fall through warnings
......@@ -53,6 +54,15 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"CbmDeviceUnpackTofMcbm2018.cxx.*warning: attributes at the beginning of statement are ignored"
"CbmDeviceUnpackTofMcbm2018.cxx.*warning: this statement may fall through"
"CbmDeviceUnpackTofMcbm2018.cxx.*note: here"
"CbmMcbm2018TofPar.cxx.*warning: attributes at the beginning of statement are ignored"
"CbmMcbm2018TofPar.cxx.*warning: this statement may fall through"
"CbmMcbm2018TofPar.cxx.*note: here"
# -- warnings from a feature we want and which is okay
"CbmCheckEvents.cxx:86:52"
# -- warnings about to long function for debugging
"variable tracking size limit exceeded"
# -- warnings from structures for HADAQ memory casting
"struct hadaq::HadTu"
......@@ -63,8 +73,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# -- warnings from structures for MBS/LMD memory casting
"struct mbs::Header"
# -- warnings from my test machine demac006
"warning: text-based stub file"
# -- warnings from macosx test machines
"ld: warning: dylib.*was built for newer macOS version.*than being linked"
".*^.*"
# -- don't show pragma message warnings
"Compiling CBM Configuration"
......
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