Commit 384f1fdd by Corentin Wallez

Fix a warning on Linux

BUG= Change-Id: I5c4f5df14321644d7ac42af6059400ae43d0fe4d Reviewed-on: https://chromium-review.googlesource.com/295721Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tryjob-Request: Geoff Lang <geofflang@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 3c192a78
...@@ -277,7 +277,7 @@ class TIntermRaw : public TIntermTyped ...@@ -277,7 +277,7 @@ class TIntermRaw : public TIntermTyped
mRawText(rawText) { } mRawText(rawText) { }
TIntermRaw(const TIntermRaw &) = delete; TIntermRaw(const TIntermRaw &) = delete;
TIntermTyped *deepCopy() const TIntermTyped *deepCopy() const override
{ {
UNREACHABLE(); UNREACHABLE();
return nullptr; return nullptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment