Skip to content

Commit

Permalink
[centipede] Turn off warnings during compilation. (#9301)
Browse files Browse the repository at this point in the history
Related: #9299
  • Loading branch information
jonathanmetzman authored Jan 3, 2023
1 parent a5ff21e commit 11a21c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-builder/compile_centipede
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cp "$BIN_DIR/libcentipede_runner.pic.a" "$LIB_FUZZING_ENGINE"

export DFTRACING_FLAGS='-fsanitize-coverage=trace-loads'
export CENTIPEDE_FLAGS=`cat "$SRC/centipede/clang-flags.txt" | tr '\n' ' '`
export LIBRARIES_FLAGS="-Wno-error=unused-command-line-argument -ldl -lrt -lpthread $SRC/centipede/weak.o"
export LIBRARIES_FLAGS="-Wno-unused-command-line-argument -ldl -lrt -lpthread $SRC/centipede/weak.o"

export CFLAGS="$CFLAGS $DFTRACING_FLAGS $CENTIPEDE_FLAGS $LIBRARIES_FLAGS"
export CXXFLAGS="$CXXFLAGS $DFTRACING_FLAGS $CENTIPEDE_FLAGS $LIBRARIES_FLAGS"
Expand Down

0 comments on commit 11a21c2

Please sign in to comment.