From 9edf0d63eabfdf98a7c82c58420cab46fa2d4655 Mon Sep 17 00:00:00 2001 From: morvael Date: Thu, 20 Jul 2023 14:51:46 +0200 Subject: [PATCH] Fix compilation on some configurations (#803) Motivation: We need ignore a warning when compiling on some platforms when building BoringSSL as otherwise the compilation fails. Modifications: Adds -Wno-error=stringop-overflow flag to BoringSSL compilation so that it starts working again on specific OS/architecture configuration. Result: Fixes https://github.com/netty/netty-tcnative/issues/800 --- boringssl-static/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boringssl-static/pom.xml b/boringssl-static/pom.xml index 6471b6f32..423f6787b 100644 --- a/boringssl-static/pom.xml +++ b/boringssl-static/pom.xml @@ -200,7 +200,7 @@ - +