Skip to content

Commit 308a80a

Browse files
nss: prepare for llvm 21
ref: #13915 (comment) Signed-off-by: David Korczynski <[email protected]>
1 parent 1e77a78 commit 308a80a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/nss/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#
1616
################################################################################
1717

18+
export CFLAGS="${CFLAGS} -Wno-error=character-conversion"
19+
export CXXFLAGS="${CXXFLAGS} -Wno-error=character-conversion"
20+
1821
sed -i 's/--disable-tests//g' automation/ossfuzz/build.sh
1922

2023
if [[ -n ${CAPTURE_REPLAY_SCRIPT-} ]]; then

0 commit comments

Comments
 (0)