Merge "Fix extension support checks in negative api tests" into nougat-cts-dev am...
[platform/upstream/VK-GL-CTS.git] / framework / common / tcuTexCompareVerifier.hpp
index 5479bf5..25438bf 100644 (file)
@@ -50,7 +50,7 @@ struct TexComparePrecision
                , resultBits    (16)
        {
        }
-};
+} DE_WARN_UNUSED_TYPE;
 
 bool           isTexCompareResultValid                         (const Texture2DView&           texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const Vec2& lodBounds, const float cmpReference, const float result);
 bool           isTexCompareResultValid                         (const TextureCubeView&         texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);