Skip to content
Snippets Groups Projects
Commit f43b8e30 authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

warning fix

parent 887e37e8
No related branches found
No related tags found
1 merge request!1563warning fix: comment out an unused class member
Pipeline #26201 failed
......@@ -43,7 +43,7 @@ namespace cbm::atconverter
private: //members
Run* fRun = nullptr;
__attribute__((unused)) bool hitMatching = false;
//bool hitMatching = false;
};
} // namespace cbm::atconverter
......
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