diff --git a/src/Magnum/MeshTools/Compile.cpp b/src/Magnum/MeshTools/Compile.cpp index 458a91c2c..b7592a55b 100644 --- a/src/Magnum/MeshTools/Compile.cpp +++ b/src/Magnum/MeshTools/Compile.cpp @@ -116,11 +116,13 @@ GL::Mesh compileInternal(const Trade::MeshData& meshData, GL::Buffer&& indices, /* To avoid the compiler warning that we didn't handle an enum value. For these a runtime warning is printed below. */ + /* LCOV_EXCL_START */ #ifdef MAGNUM_TARGET_GLES2 case Trade::MeshAttribute::ObjectId: #endif case Trade::MeshAttribute::Custom: - break; /* LCOV_EXCL_LINE */ + break; + /* LCOV_EXCL_STOP */ } if(!attribute) {