[skia] re-enable checks (#2064)

This commit is contained in:
Kevin Lubick 2019-01-02 09:42:52 -05:00 committed by Max Moroz
parent acb6a927a3
commit af5a3f857f
1 changed files with 1 additions and 2 deletions

View File

@ -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""