]> git.sesse.net Git - vlc/blobdiff - modules/gui/eject.c
Remove the deprecated vlc_atomic_t type.
[vlc] / modules / gui / eject.c
index 6a74bdbf901215fb8c8a8b2e1dbf77a4a40db348..e4109aade0177df94a380cffcdfe77a7488af61a 100644 (file)
@@ -174,6 +174,7 @@ static int intf_Eject( vlc_object_t *p_this, const char *psz_device )
     return VLC_SUCCESS;
 
 #else
+    VLC_UNUSED( psz_device );
     msg_Warn( p_this, "CD-Rom ejection unsupported on this platform" );
     return VLC_EGENERIC;
 #endif