From 4a6510b91e167de8ebafd5ba93619a0a4e91efb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 14 Feb 2023 21:46:38 +0100 Subject: [PATCH] Animation: properly initialize all Track members. Okay, GCC 12, this warning about an uninitialized member was actually helpful, thank you. Too bad I didn't see it in all the useless warning noise that you also produce. --- src/Magnum/Animation/Track.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Animation/Track.h b/src/Magnum/Animation/Track.h index dfcad07da..4096e49ce 100644 --- a/src/Magnum/Animation/Track.h +++ b/src/Magnum/Animation/Track.h @@ -145,7 +145,7 @@ template