Skip to content

Commit dc9a247

Browse files
authored
remove last warning (#262)
1 parent 2f045d9 commit dc9a247

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(GNUInstallDirs)
1212
# ---- Project ----
1313

1414
project(QualityControl
15-
VERSION 0.19.0 # TODO update this automatically when there are new releases
15+
VERSION 0.19.2 # TODO update this automatically when there are new releases
1616
DESCRIPTION "O2 Data Quality Control Framework"
1717
LANGUAGES CXX)
1818

Modules/Skeleton/include/Skeleton/SkeletonPostProcessing.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class SkeletonPostProcessing final : public quality_control::postprocessing::Pos
5252
/// \param services Interface containing optional interfaces, for example DatabaseInterface
5353
void finalize(quality_control::postprocessing::Trigger, framework::ServiceRegistry&) override;
5454

55-
private:
56-
TH1F* mHistogram = nullptr;
55+
// private:
56+
// TH1F* mHistogram = nullptr;
5757
};
5858

5959
} // namespace o2::quality_control_modules::skeleton

0 commit comments

Comments
 (0)