FairMQ/examples/MQ
Florian Uhlig fb9b6086df 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.
2018-05-02 16:12:57 +02:00
..
1-sampler-sink Fix compiler warnings. 2018-05-02 16:12:57 +02:00
2-sampler-processor-sink Fix compiler warnings. 2018-05-02 16:12:57 +02:00
3-dds Fix compiler warnings. 2018-05-02 16:12:57 +02:00
4-copypush Fix compiler warnings. 2018-05-02 16:12:57 +02:00
5-req-rep Fix compiler warnings. 2018-05-02 16:12:57 +02:00
6-multiple-channels Fix compiler warnings. 2018-05-02 16:12:57 +02:00
8-multipart FairMQ: Extend Multipart and messaging API 2018-05-02 16:12:57 +02:00