mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
Merge pull request #1871 from gnieboer/gnieboer-patch-1
Update zmq_utils.h
This commit is contained in:
commit
c39741dd33
@ -29,4 +29,8 @@
|
||||
|
||||
/* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user