From 5cfa9fddfe63cc32628f485212509fb2f72d9ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 20 Sep 2022 22:12:37 +0200 Subject: [PATCH] sceneconverter: forgot to exclude this from code coverage. --- src/Magnum/SceneTools/sceneconverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/SceneTools/sceneconverter.cpp b/src/Magnum/SceneTools/sceneconverter.cpp index bb72e951d..50dfa3386 100644 --- a/src/Magnum/SceneTools/sceneconverter.cpp +++ b/src/Magnum/SceneTools/sceneconverter.cpp @@ -544,7 +544,7 @@ the first mesh.)") here and addSupportedImporterContents() call meshAttributeName() only with attributes present in the actual mesh, so this should never be reached */ - CORRADE_INTERNAL_ASSERT_UNREACHABLE(); + CORRADE_INTERNAL_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */ } Containers::Optional doMesh(UnsignedInt, UnsignedInt) override { return MeshTools::reference(mesh);