mirror of https://github.com/google/oss-fuzz.git
[perfetto] Disable empty expression check (similar to #2055).
This commit is contained in:
parent
96d51be047
commit
3275a3d010
|
@ -15,4 +15,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
export CFLAGS="$CFLAGS -Wno-extra-semi-stmt"
|
||||
export CXXFLAGS="$CXXFLAGS -Wno-extra-semi-stmt"
|
||||
|
||||
$SRC/perfetto/infra/oss-fuzz/build_fuzzers
|
||||
|
|
Loading…
Reference in New Issue