mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 02:57:22 +00:00
undefine BSWAP_16 and BSWAP_32 so no warnings in case we redefine later
This commit is contained in:
parent
b42a8d7d6f
commit
0d3daba614
@ -41,6 +41,9 @@
|
|||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef BSWAP_16
|
||||||
|
#undef BSWAP_32
|
||||||
|
|
||||||
#if HAVE_BYTESWAP_H
|
#if HAVE_BYTESWAP_H
|
||||||
# include <byteswap.h>
|
# include <byteswap.h>
|
||||||
# define BSWAP_16(x) bswap_16(x)
|
# define BSWAP_16(x) bswap_16(x)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user