Skip to content
Snippets Groups Projects
Commit 6bc8cd64 authored by Administrator's avatar Administrator
Browse files

Filter compiler warnings

Filter warnings about unused attributes
Filter warnings which come from external package AnalysisTree
parent 401f4e1d
No related branches found
No related tags found
1 merge request!71Fix compiler warnings
......@@ -44,6 +44,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"external/flib_dpb"
# "external/flib_dpb_20"
"external/ipc"
"include/AnalysisTree"
# -- remove intended fall through warnings
"CbmMcbm2018UnpackerAlgoTof.cxx.*warning: this statement may fall through"
......@@ -67,6 +68,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# -- don't show pragma message warnings
"Compiling CBM Configuration"
# -- filter warnings about unused attributes
"attribute directive ignored"
)
# -----------------------------------------------------------
......
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