mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47: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>
|
||||
#endif
|
||||
|
||||
#undef BSWAP_16
|
||||
#undef BSWAP_32
|
||||
|
||||
#if HAVE_BYTESWAP_H
|
||||
# include <byteswap.h>
|
||||
# define BSWAP_16(x) bswap_16(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user