Skip to content

Commit f363351

Browse files
committed
Fix BGMDriver release builds.
1 parent ebdb7f2 commit f363351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BGMDriver/BGMDriver/DeviceClients/BGM_Clients.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ bool BGM_Clients::SetClientsRelativeVolumes(const CACFArray inAppVolumes)
333333

334334
BGMAssert(didFindPID || theAppBundleID.IsValid(),
335335
"BGM_Clients::SetClientsRelativeVolumes: No PID or bundle ID");
336+
(void)didFindPID; // Suppress unused variable warning in release builds.
336337

337338
bool didGetVolume;
338339
{

0 commit comments

Comments
 (0)