From ffd1d986d99a47de5b77825a8a54667443d72719 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 2 Aug 2018 13:04:34 +0100 Subject: [PATCH] Remove other Wno-error --- lib/fb/BUCK | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fb/BUCK b/lib/fb/BUCK index ca6e55d2..cc2502ec 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -33,7 +33,6 @@ yoga_cxx_library( "-Werror", "-Wno-unused-parameter", "-std=c++11", - "-Wno-error=terminate", ], platforms = (ANDROID,), visibility = ["PUBLIC"],