boringssl: exclude character conversion warning under clang

This commit is contained in:
Sarah Clark
2025-10-19 17:15:49 -07:00
parent 257a3033d4
commit 1581bbc35e
+3
View File
@@ -47,6 +47,9 @@ buildGoModule (finalAttrs: {
# Needed with GCC 12 but breaks on darwin (with clang)
"-Wno-error=stringop-overflow"
]
++ lib.optionals stdenv.cc.isClang [
"-Wno-error=character-conversion"
]
);
buildPhase = ''