[Libreoffice-commits] core.git: avmedia/source

Noel Grandin noel.grandin at collabora.co.uk
Tue Dec 13 09:11:29 UTC 2016


 avmedia/source/macavf/player.mm |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 10ae3090fc07c1dde2d0b90a696efb7736ad779d
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Tue Dec 13 11:10:55 2016 +0200

    fix mac build after OSL_TRACE->SAL changes (2)
    
    Change-Id: I978e45207cd9ba96d487da92a51aaab24258855b

diff --git a/avmedia/source/macavf/player.mm b/avmedia/source/macavf/player.mm
index cfa7dc3..c573a0f 100644
--- a/avmedia/source/macavf/player.mm
+++ b/avmedia/source/macavf/player.mm
@@ -30,6 +30,7 @@ using namespace ::com::sun::star;
 - (void)observeValueForKeyPath:(NSString*)pKeyPath ofObject:(id)pObject change:(NSDictionary*)pChangeDict context:(void*)pContext
 {
     (void) pObject;
+    (void) pChangeDict;
     avmedia::macavf::MacAVObserverHandler* pHandler = static_cast<avmedia::macavf::MacAVObserverHandler*>(pContext);
     pHandler->handleObservation( pKeyPath );
 }


More information about the Libreoffice-commits mailing list