From: RĂ©mi Denis-Courmont Date: Sun, 21 Sep 2008 08:02:00 +0000 (+0300) Subject: remove pile of warnings and GCCism X-Git-Tag: 1.0.0-pre1~3029 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1a32d8b5b9efcb9734e235a50e1af599055bd3f4;p=vlc remove pile of warnings and GCCism --- 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) )