Fix warnings found by compiling with MS VC++ 2019
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Thu, 14 May 2020 13:26:18 +0000 (15:26 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 21 May 2020 08:30:08 +0000 (04:30 -0400)
commiteaa96088d8bd1902c32cf26908e50189ab0e039e
treecaed9367caf84d86d804233737d651d99feccbb8
parentedacd4ad0c2b0c600cefe7c88db37eaad946549e
Fix warnings found by compiling with MS VC++ 2019

This change resolves all found warnings including 'nodiscard'
warnings mentioned in the issue description.

Components: Vulkan, OpenGL, EGL

VK-GL-CTS public issue: 188

Affects:
*

Change-Id: I962f02a1a7e55dcc5141e1cbdf2497482972e02a
16 files changed:
external/openglcts/modules/common/glcInternalformatTests.cpp
external/openglcts/modules/common/glcPackedPixelsTests.cpp
external/openglcts/modules/common/glcShaderLibraryCase.hpp
external/openglcts/modules/common/glcTextureFilterAnisotropicTests.cpp
external/openglcts/modules/gl/gl3cTextureSizePromotion.cpp
external/openglcts/modules/gl/gl4cGlSpirvTests.cpp
external/openglcts/modules/gl/gl4cShaderBallotTests.cpp
external/openglcts/modules/gles31/es31cArrayOfArraysTests.cpp
external/vulkancts/modules/vulkan/api/vktApiExternalMemoryTests.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineDepthRangeUnrestrictedTests.cpp
external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemYCbCrConversionTests.cpp
external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp
framework/egl/egluUtil.cpp
modules/egl/teglGetProcAddressTests.cpp
modules/gles2/functional/es2fUniformApiTests.cpp
modules/gles3/functional/es3fUniformApiTests.cpp