Merge pull request #1871 from gnieboer/gnieboer-patch-1

Update zmq_utils.h
This commit is contained in:
Constantin Rack 2016-03-29 23:07:38 +02:00
commit c39741dd33

View File

@ -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