File indexing completed on 2025-01-17 09:56:18
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__) \
0011 || defined(_MSC_VER)
0012 #if defined(__GNUC__) || defined(__GNUG__)
0013 #pragma GCC diagnostic push
0014 #pragma GCC diagnostic warning "-Wcpp"
0015 #pragma GCC diagnostic ignored "-Werror"
0016 #pragma GCC diagnostic ignored "-Wall"
0017 #endif
0018 #pragma message( \
0019 "Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.")
0020 #if defined(__GNUC__) || defined(__GNUG__)
0021 #pragma GCC diagnostic pop
0022 #endif
0023 #endif