提交 9f088669 编写于 作者: D Dr. Stephen Henson

Stop compiler complaining in pedantic mode: may be a better way to do this...

上级 aa6d91e8
......@@ -115,7 +115,7 @@ void ENGINE_load_aesni (void)
typedef unsigned int u32;
typedef unsigned char u8;
#if defined(__GNUC__) && __GNUC__>=2
#if defined(__GNUC__) && __GNUC__>=2 && !defined(PEDANTIC)
# define BSWAP4(x) ({ u32 ret=(x); \
asm volatile ("bswapl %0" \
: "+r"(ret)); ret; })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册