File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ class full_chain_algorithm
179179 // / Configuration for the seed filtering
180180 seedfilter_config m_filter_config;
181181 // / placeholder GBTS config
182- gbts_seedfinder_config m_gbts_config;
182+ [[maybe_unused]] gbts_seedfinder_config m_gbts_config;
183183 // / Configuration for track parameter estimation
184184 track_params_estimation_config m_track_params_estimation_config;
185185
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ class full_chain_algorithm
146146 // / Configuration for the seed filtering
147147 seedfilter_config m_filter_config;
148148 // / placeholder GBTS config
149- gbts_seedfinder_config m_gbts_config;
149+ [[maybe_unused]] gbts_seedfinder_config m_gbts_config;
150150 // / Configuration for track parameter estimation
151151 track_params_estimation_config m_track_params_estimation_config;
152152
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ class full_chain_algorithm
181181 // / Configuration for the seed filtering
182182 seedfilter_config m_filter_config;
183183 // / placeholder GBTS config
184- m_gbts_seedfinder_config m_gbts_config;
184+ [[maybe_unused]] m_gbts_seedfinder_config m_gbts_config;
185185 // / Configuration for track parameter estimation
186186 track_params_estimation_config m_track_params_estimation_config;
187187
You can’t perform that action at this time.
0 commit comments