Commit 8c7b19b1 authored by Geof Nieboer's avatar Geof Nieboer

Update zmq_utils.h

Previous change broke MSVC b/c MSVC doesn't support #warning
parent 05c8de79
...@@ -29,4 +29,8 @@ ...@@ -29,4 +29,8 @@
/* This file is deprecated, and all its functionality provided by zmq.h */ /* This file is deprecated, and all its functionality provided by zmq.h */
#warning zmq_utils.h is deprecated. All its functionality is provided by zmq.h. #ifndef _MSC_VER
#warning(zmq_utils.h is deprecated.All its functionality is provided by zmq.h.)
#else
#pragma message("Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.")
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment