Skip to content

Commit

Permalink
try to disable extra semicolon warning
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-schmidtke committed Apr 24, 2019
1 parent ad14ff9 commit a8025cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/fetch-v8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [ ! -d "./v8build/v8" ]; then
INSERT_CFLAGS_LINE=$((CONFIG_DEFAULT_WARNINGS_LINE + IS_CLANG_LINE + 1))
ex -s -c "${INSERT_CFLAGS_LINE}i| \"-Wno-null-pointer-arithmetic\"," -c x build/config/compiler/BUILD.gn
ex -s -c "${INSERT_CFLAGS_LINE}i| \"-Wno-defaulted-function-deleted\"," -c x build/config/compiler/BUILD.gn
ex -s -c "${INSERT_CFLAGS_LINE}i| \"-Wno-extra-semi\"," -c x build/config/compiler/BUILD.gn

# the trace event repository is checked out at master, which does not compile currently
# so use the version that was most likely used for 6.8.290
Expand Down

0 comments on commit a8025cb

Please sign in to comment.