From b8ec2ef5137cb75cb75bb27c6b003c5f4e21bcb2 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Mon, 10 Apr 2017 12:14:41 -0700 Subject: [PATCH] Fix the build... Whoops... Summary: I landed a change to Folly that used a feature I had just re-written in Folly without updating the change. This has broken everything. Whoops. Reviewed By: yfeldblum Differential Revision: D4861562 fbshipit-source-id: 05beadbe233d1fdf90fb4435e65b718cdec7f63e --- folly/portability/OpenSSL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/portability/OpenSSL.h b/folly/portability/OpenSSL.h index b70f55a0..d392578c 100644 --- a/folly/portability/OpenSSL.h +++ b/folly/portability/OpenSSL.h @@ -117,7 +117,7 @@ int DH_set0_pqg(DH* dh, BIGNUM* p, BIGNUM* q, BIGNUM* g); FOLLY_PUSH_WARNING #if __CLANG_PREREQ(3, 0) -FOLLY_GCC_DISABLE_WARNING(header-hygiene) +FOLLY_GCC_DISABLE_WARNING("-Wheader-hygiene") #endif /* using override */ using namespace folly::portability::ssl; FOLLY_POP_WARNING -- 2.34.1