From: Christopher Dykes Date: Mon, 10 Apr 2017 19:14:41 +0000 (-0700) Subject: Fix the build... Whoops... X-Git-Tag: v2017.04.17.00~44 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b8ec2ef5137cb75cb75bb27c6b003c5f4e21bcb2;p=folly.git 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 --- 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