From 3f7aed54f9bd4e0a8a1293a318735c499b7f6ec0 Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Fri, 9 Oct 2009 12:14:22 +0200 Subject: osxvideo: fix a warning doing a cast --- sys/osxvideo/cocoawindow.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/osxvideo') diff --git a/sys/osxvideo/cocoawindow.m b/sys/osxvideo/cocoawindow.m index 9023e2d4..70f8d66a 100644 --- a/sys/osxvideo/cocoawindow.m +++ b/sys/osxvideo/cocoawindow.m @@ -85,7 +85,7 @@ - (void) sendEvent:(NSEvent *) event { BOOL taken = NO; - GST_DEBUG ("event %p type:%d", event,[event type]); + GST_DEBUG ("event %p type:%d", event,(gint)[event type]); if ([event type] == NSKeyDown) { } -- cgit