Browse Source

GL: fix unused variable warning in a test.

pull/325/head
Vladimír Vondruš 7 years ago
parent
commit
63e914909f
  1. 2
      src/Magnum/GL/Test/TextureGLTest.cpp

2
src/Magnum/GL/Test/TextureGLTest.cpp

@ -372,6 +372,7 @@ constexpr UnsignedByte CompressedData3D[]{
84, 253, 73, 34, 109, 100, 91, 251
};
#if !(defined(MAGNUM_TARGET_GLES2) && defined(MAGNUM_TARGET_WEBGL))
const struct {
const char* name;
Containers::ArrayView<const UnsignedByte> data;
@ -397,6 +398,7 @@ const struct {
Containers::arrayView(CompressedData3D), 16*4}
#endif
};
#endif
TextureGLTest::TextureGLTest() {
addTests({

Loading…
Cancel
Save