aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@users.noreply.github.com>2019-01-02 09:42:52 -0500
committerGravatar Max Moroz <dor3s1@gmail.com>2019-01-02 06:42:52 -0800
commitaf5a3f857f103ff6ad4ec20feb3041c974aab544 (patch)
tree0f9cde3f3c4d50b0f99d2ba4c6db389b9b55fdc3 /projects
parentacb6a927a39cd9d60fa4ec289defe207cd007f85 (diff)
[skia] re-enable checks (#2064)
Diffstat (limited to 'projects')
-rw-r--r--projects/skia/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/skia/build.sh b/projects/skia/build.sh
index 22921c90..e49b9a3f 100644
--- a/projects/skia/build.sh
+++ b/projects/skia/build.sh
@@ -44,8 +44,7 @@ export SWIFTSHADER_LIB_PATH=$OUT
popd
# These are any clang warnings we need to silence.
DISABLE="-Wno-zero-as-null-pointer-constant -Wno-unused-template
- -Wno-cast-qual -Wno-self-assign -Wno-return-std-move-in-c++11
- -Wno-extra-semi-stmt"
+ -Wno-cast-qual"
# Disable UBSan vptr since target built with -fno-rtti.
export CFLAGS="$CFLAGS $DISABLE -I$SWIFTSHADER_INCLUDE_PATH -DGR_EGL_TRY_GLES3_THEN_GLES2 -fno-sanitize=vptr"
export CXXFLAGS="$CXXFLAGS $DISABLE -I$SWIFTSHADER_INCLUDE_PATH -DGR_EGL_TRY_GLES3_THEN_GLES2 -fno-sanitize=vptr "-DIS_FUZZING_WITH_LIBFUZZER""