mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
gcc 2.7.2.3 and 2.95.1 both dislike '#warn' but will accept '#warning' cpp
statements.
This commit is contained in:
parent
6149906644
commit
ce84c593e8
1 changed files with 2 additions and 2 deletions
|
|
@ -143,11 +143,11 @@ typedef isc_event_t intev_t;
|
|||
#ifdef USE_CMSG
|
||||
#if !defined(CMSG_SPACE) || !defined(CMSG_NXTHDR) || !defined(CMSG_FIRSTHDR) \
|
||||
|| !defined(CMSG_LEN) || !defined(CMSG_DATA)
|
||||
#warn Not using ipv6 pktinfo or timestamp because of partial CMSG_ implementation.
|
||||
#warning Not using ipv6 pktinfo or timestamp because of partial CMSG_ implementation.
|
||||
#undef USE_CMSG
|
||||
#endif
|
||||
#if !defined(ISC_NET_BSD44MSGHDR)
|
||||
#warn Not using ipv6 pktinfo or timestamp because of lack of BSD44 msghdr
|
||||
#warning Not using ipv6 pktinfo or timestamp because of lack of BSD44 msghdr
|
||||
#undef USE_CMSG
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue