Skip to content

Commit de12642

Browse files
author
reisxd
committed
fix: fix compiler errors for v8
Change-Id: I2ec4a50e27793a1e4eff74c7970609123e673d46
1 parent c265c12 commit de12642

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

starboard/android/apk/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ android {
8080
minSdkVersion MIN_SUPPORTED_SDK_VERSION
8181
targetSdkVersion LATEST_SUPPORTED_SDK_VERSION
8282
compileSdkVersion LATEST_SUPPORTED_SDK_VERSION
83-
versionCode 104
83+
versionCode 103
8484
versionName "${buildId}"
8585
manifestPlaceholders = [
8686
applicationName: "TizenTube",

starboard/build/config/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ if (cobalt_pending_clean_up) {
5353
"-Wno-unused-command-line-argument",
5454
"-Wno-unused-function",
5555

56+
# For v8: don't treat this specific warning as an error on clang
57+
"-Wno-error=unused-value",
58+
5659
# musl getaddrinfo implementation null-check static array on Linux
5760
"-Wno-tautological-pointer-compare",
5861
]

0 commit comments

Comments
 (0)