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:
parent
c3ea34b1ae
commit
8e5a588ab3
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user