diff --git a/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp index 2c22ca017..df073cca2 100644 --- a/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp +++ b/src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp @@ -95,7 +95,8 @@ constexpr const char Color24Rle[] = { '\x82', 4, 5, 6 }; -constexpr struct { +/* MSVC 2015 crashes when seeing constexpr here. Not doing that, then. */ +const struct { const char* name; Containers::ArrayView data; const char* message;