Index: /trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
===================================================================
--- /trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp	(revision 82529)
+++ /trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp	(revision 82530)
@@ -428,4 +428,5 @@
         uint32_t cAllocated = ASMAtomicDecU32(&pClient->cAllocatedMessages);
         Assert(cAllocated < UINT32_MAX / 2);
+        RT_NOREF(cAllocated);
     }
 }
