Skip to content

ChargedProtoANNPID - Suppress json warnings

Suppresses debug build warnings like

../Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/decision_train/././json.hpp:1787:53: warning: ‘model_json.nlohmann::basic_json<>::m_value.nlohmann::basic_json<>::json_value::object’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         assert(m_type != value_t::object or m_value.object != nullptr);
                                                     ^~~~~~

Merge request reports