fix for Clang 3.8 warning in SkSL

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118033002

Review-Url: https://codereview.chromium.org/2118033002
This commit is contained in:
ethannicholas 2016-07-06 06:55:44 -07:00 committed by Commit bot
parent c3ea34b1ae
commit 8e5a588ab3

View File

@ -13,6 +13,7 @@
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunneeded-internal-declaration"
#pragma clang diagnostic ignored "-Wnull-conversion"
#endif
#include "lex.sksl.c"
#ifdef __clang__