diff options
Diffstat (limited to '')
-rw-r--r-- | src/output/OssOutputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/OssOutputPlugin.cxx b/src/output/OssOutputPlugin.cxx index 2ef0edd67..6362a374f 100644 --- a/src/output/OssOutputPlugin.cxx +++ b/src/output/OssOutputPlugin.cxx @@ -231,7 +231,7 @@ oss_output_finish(struct audio_output *ao) #ifdef AFMT_S24_PACKED static bool -oss_output_enable(struct audio_output *ao, G_GNUC_UNUSED GError **error_r) +oss_output_enable(struct audio_output *ao, gcc_unused GError **error_r) { OssOutput *od = (OssOutput *)ao; |