From 98472a81047c0280c760291f6839cff9bb0743b6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 23 Dec 2017 08:38:22 +0100 Subject: pcm/SampleFormat: remove wrong "malloc" attribute --- src/pcm/SampleFormat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pcm') diff --git a/src/pcm/SampleFormat.hxx b/src/pcm/SampleFormat.hxx index 9d956b7f9..bd82acef6 100644 --- a/src/pcm/SampleFormat.hxx +++ b/src/pcm/SampleFormat.hxx @@ -122,7 +122,7 @@ sample_format_size(SampleFormat format) * @param format a #SampleFormat enum value * @return the string */ -gcc_pure gcc_malloc +gcc_pure const char * sample_format_to_string(SampleFormat format) noexcept; -- cgit v1.2.3