libzmq/include
Jim Klimov d7d917139b Problem: including recent "zmq_utils.h" crashes gcc -pedantic jobs
Problem: Recent deprecation of the "zmq_utils.h" header file caused pedantic compilations (including czmq) to fail because non-portable #warning is used.
Solution: Limit the deprecation warnings to compilers known or assumed to support the "#pragma message" (GCC, MSVC, CLANG) and wrap with GCC directives to not treat these warnings as errors on paranoid builds.
2016-04-05 17:03:17 +02:00
..
zmq_utils.h Problem: including recent "zmq_utils.h" crashes gcc -pedantic jobs 2016-04-05 17:03:17 +02:00
zmq.h parameter naming consistency [aesthetic] 2016-03-11 09:15:58 +00:00