react-native-v8 icon indicating copy to clipboard operation
react-native-v8 copied to clipboard

suppress unused-variable warning

Open Sunbreak opened this issue 1 year ago • 0 comments

On branch 0.69-v8 of https://github.com/Sunbreak/react-native, when bundleReleaseAar

$ ./gradlew :ReactAndroid:bundleReleaseAar
ReactCommon/jsi/v8runtime/V8Runtime.cpp:582:25: error: unused variable 'v8PointerValue' [-Werror,-Wunused-variable]
    const V8PointerValue *v8PointerValue =
                          ^
  1 error generated.

Sunbreak avatar Sep 21 '22 07:09 Sunbreak