From 1a32d8b5b9efcb9734e235a50e1af599055bd3f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 21 Sep 2008 11:02:00 +0300 Subject: [PATCH] remove pile of warnings and GCCism --- include/vlc_objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_objects.h b/include/vlc_objects.h index a5082745a8..b5464b94ec 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -111,7 +111,7 @@ VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) ); vlc_object_find_name( VLC_OBJECT(a),b,c) #define vlc_object_hold(a) \ - (typeof(a))__vlc_object_hold( VLC_OBJECT(a) ) + __vlc_object_hold( VLC_OBJECT(a) ) #define vlc_object_release(a) \ __vlc_object_release( VLC_OBJECT(a) ) -- 2.39.2