File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ cd $WORK
19
19
20
20
# Disable UBSan vptr since Firestore depends on other libraries that are built
21
21
# 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 "
24
24
25
25
# Build the project using cmake with FUZZING option enabled to link to OSS Fuzz
26
26
# fuzzing library defined in ${LIB_FUZZING_ENGINE}.
You can’t perform that action at this time.
0 commit comments