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

New commits:
commit 10ae3090fc07c1dde2d0b90a696efb7736ad779d
Author: Noel Grandin <[email protected]>
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 );
 }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to