Skip to content

Commit 7d5e416

Browse files
firestore: prepare for llvm 21 (#13932)
Ref: #13915 (comment) --------- Signed-off-by: David Korczynski <[email protected]>
1 parent 7c0154a commit 7d5e416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/firestore/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ cd $WORK
1919

2020
# Disable UBSan vptr since Firestore depends on other libraries that are built
2121
# with -fno-rtti.
22-
export CFLAGS="$CFLAGS -fno-sanitize=vptr"
23-
export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
22+
export CFLAGS="$CFLAGS -Wno-error=unknown-warning-option -fno-sanitize=vptr -Wno-error=missing-template-arg-list-after-template-kw -Wno-error=deprecated-builtins -Wno-error=deprecated-literal-operator"
23+
export CXXFLAGS="$CXXFLAGS -Wno-error=unknown-warning-option -fno-sanitize=vptr -Wno-error=missing-template-arg-list-after-template-kw -Wno-error=deprecated-builtins -Wno-error=deprecated-literal-operator"
2424

2525
# Build the project using cmake with FUZZING option enabled to link to OSS Fuzz
2626
# fuzzing library defined in ${LIB_FUZZING_ENGINE}.

0 commit comments

Comments
 (0)