mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Update zmq_utils.h
Previous change broke MSVC b/c MSVC doesn't support #warning
This commit is contained in:
parent
05c8de7928
commit
8c7b19b1b7
@ -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