Remove unreachable breaks
authorMika Väinölä <mika.vainola@siru.fi>
Tue, 24 Aug 2021 10:51:42 +0000 (13:51 +0300)
committerPeter Kohaut <peter.kohaut@arm.com>
Fri, 3 Sep 2021 12:04:48 +0000 (12:04 +0000)
commit2ef66645c9c446a1760ef597c13933a73f7a7f0d
tree0a8ae2e7b5fd10ef3ff03f0491f2a46853dc2ccb
parent729315fe29a258caf4159fb550d32622964cee34
Remove unreachable breaks

Fix warnings for Clang builds with -Wunreachable-code-break.

Components: Framework, OpenGL, OpenGL ES, Vulkan

VK-GL-CTS issue: 3074

Change-Id: Ib658e631bad3d06d787c6151f744e8db3e850fb4
54 files changed:
execserver/tools/xsClient.cpp
external/openglcts/modules/common/glcGLSLVectorConstructorTests.cpp
external/openglcts/modules/common/glcPixelStorageModesTests.cpp
external/openglcts/modules/common/glcRobustBufferAccessBehaviorTests.cpp
external/openglcts/modules/common/glcTextureFilterAnisotropicTests.cpp
external/openglcts/modules/common/subgroups/glcSubgroupsTestsUtils.cpp
external/openglcts/modules/gl/gl3cCommonBugsTests.cpp
external/openglcts/modules/gl/gl3cGPUShader5Tests.cpp
external/openglcts/modules/gl/gl3cTextureSwizzleTests.cpp
external/openglcts/modules/gl/gl4cBufferStorageTests.cpp
external/openglcts/modules/gl/gl4cCopyImageTests.cpp
external/openglcts/modules/gl/gl4cEnhancedLayoutsTests.cpp
external/openglcts/modules/gl/gl4cGPUShaderFP64Tests.cpp
external/openglcts/modules/gl/gl4cMultiBindTests.cpp
external/openglcts/modules/gl/gl4cShaderImageLoadStoreTests.cpp
external/openglcts/modules/gl/gl4cShaderSubroutineTests.cpp
external/openglcts/modules/gl/gl4cShadingLanguage420PackTests.cpp
external/openglcts/modules/gl/gl4cSparseTextureTests.cpp
external/openglcts/modules/gl/gl4cStencilTexturingTests.cpp
external/openglcts/modules/gles3/es3cNumberParsingTests.cpp
external/openglcts/modules/gles31/es31cDrawIndirectTests.cpp
external/openglcts/modules/gles31/es31cExplicitUniformLocationTest.cpp
external/openglcts/modules/glesext/draw_elements_base_vertex/esextcDrawElementsBaseVertexTests.cpp
external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderRendering.cpp
external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArraySampling.cpp
external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorUpdateASTests.cpp
external/vulkancts/modules/vulkan/binding_model/vktBindingShaderAccessTests.cpp
external/vulkancts/modules/vulkan/binding_model/vktBindingValveMutableTests.cpp
external/vulkancts/modules/vulkan/clipping/vktClippingTests.cpp
external/vulkancts/modules/vulkan/descriptor_indexing/vktDescriptorSetsIndexingTests.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp
external/vulkancts/modules/vulkan/rasterization/vktRasterizationTests.cpp
external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp
external/vulkancts/modules/vulkan/ray_query/vktRayQueryWatertightnessTests.cpp
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingCaptureReplayTests.cpp
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderExecutor.cpp
external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderMatrixTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp
external/vulkancts/modules/vulkan/wsi/vktWsiDisplayTests.cpp
framework/delibs/destream/deFileStream.c
framework/platform/lnx/X11/tcuLnxX11GlxPlatform.cpp
framework/platform/lnx/tcuLnxVulkanPlatform.cpp
modules/egl/teglGetProcAddressTests.cpp
modules/egl/teglImageFormatTests.cpp
modules/gles3/functional/es3fFragmentOutputTests.cpp
modules/gles3/functional/es3fShaderTextureFunctionTests.cpp
modules/gles31/functional/es31fFboSRGBWriteControlTests.cpp
modules/gles31/functional/es31fTextureGatherTests.cpp
modules/glshared/glsDrawTest.cpp
modules/glshared/glsFragOpInteractionCase.cpp
modules/glshared/glsMemoryStressCase.cpp
modules/glshared/glsRandomShaderCase.cpp
modules/glshared/glsSamplerObjectTest.cpp
modules/glshared/glsVertexArrayTests.cpp