From c6ffcd29381f555783a75d957c28c0ff861cd33a Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Wed, 12 Sep 2018 17:42:08 +0200 Subject: [PATCH 1/1] Fixed warning on GCC 4.6 to 4.9 (macro redefinition). --- src/inner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inner.h b/src/inner.h index e48faa7..1b52673 100644 --- a/src/inner.h +++ b/src/inner.h @@ -2469,8 +2469,8 @@ int br_ssl_choose_hash(unsigned bf); #else #define BR_TARGETS_X86_UP \ _Pragma("GCC target(\"sse2,ssse3,sse4.1,aes,pclmul\")") -#endif #define BR_TARGETS_X86_DOWN +#endif #pragma GCC diagnostic ignored "-Wpsabi" #endif -- 2.17.1