FairMQ/fairmq/options
Florian Uhlig fa7040fe65 Fix compiler warnings.
Initialize all data members in initializer lists.
Reorder data members in initializer list to have the same order as in the class declaration.
Comment or remove unused parameters and unused variables.
Convert all old style casts to the correct and explicit c++ cast like const_cast, static_cast,
dynamic_cast or reinterpret_cast. In most cases static_cast is used.
2016-03-14 13:37:55 +01:00
..
ProgOptionTest Fix compiler warnings. 2016-03-14 13:37:55 +01:00
FairMQParser.cxx Fix compiler warnings. 2016-03-14 13:37:55 +01:00
FairMQParser.h Add orthogonal OK/ERROR states. 2015-09-28 12:17:24 +02:00
FairMQProgOptions.cxx Fix compiler warnings. 2016-03-14 13:37:55 +01:00
FairMQProgOptions.h Add orthogonal OK/ERROR states. 2015-09-28 12:17:24 +02:00
FairProgOptions.cxx Fix compiler warnings. 2016-03-14 13:37:55 +01:00
FairProgOptions.h Fix copy constructor & assignment operator warning in FairMQChannel 2016-01-14 14:19:03 +01:00
FairProgOptionsHelper.h Fix copy constructor & assignment operator warning in FairMQChannel 2016-01-14 14:19:03 +01:00