*: use gcc.h macros instead of GLib
This commit is contained in:
@@ -197,7 +197,7 @@ alsa_finish(struct audio_output *ao)
|
||||
}
|
||||
|
||||
static bool
|
||||
alsa_output_enable(struct audio_output *ao, G_GNUC_UNUSED GError **error_r)
|
||||
alsa_output_enable(struct audio_output *ao, gcc_unused GError **error_r)
|
||||
{
|
||||
AlsaOutput *ad = (AlsaOutput *)ao;
|
||||
|
||||
|
Reference in New Issue
Block a user