From ffef58c31394b867b693255f736416d55102f35d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 2 Nov 2022 21:05:37 +0100 Subject: [PATCH] Bose: Fix unitialized compiler warning --- bose/soundtouchtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bose/soundtouchtypes.h b/bose/soundtouchtypes.h index 22f6645b..33253cd0 100644 --- a/bose/soundtouchtypes.h +++ b/bose/soundtouchtypes.h @@ -127,7 +127,7 @@ struct InfoObject { }; struct ArtObject { - ART_STATUS artStatus; + ART_STATUS artStatus = ART_STATUS_INVALID; QString url; };