boringssl: exclude character conversion warning under clang
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user