Commit 54c34e06 by Corentin Wallez

Fix compilation on Linux

BUG=angleproject:892 Change-Id: I135e356e1ec78c95e69a260bd0576e5285e759b5 Reviewed-on: https://chromium-review.googlesource.com/283225Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 558f2b5a
......@@ -564,6 +564,7 @@ void Display::destroySurface(Surface *surface)
}
ASSERT(surfaceRemoved);
UNUSED_ASSERTION_VARIABLE(surfaceRemoved);
}
mImplementation->destroySurface(surface);
......
......@@ -1611,6 +1611,7 @@ bool Program::gatherTransformFeedbackLinkedVaryings(InfoLog &infoLog, const std:
// All transform feedback varyings are expected to exist since packVaryings checks for them.
ASSERT(found);
UNUSED_ASSERTION_VARIABLE(found);
}
if (transformFeedbackBufferMode == GL_INTERLEAVED_ATTRIBS &&
......
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