Commit 1a32d8b5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

remove pile of warnings and GCCism

parent cdfe9a89
......@@ -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) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment