pcm/SampleFormat: remove wrong "malloc" attribute
This commit is contained in:
parent
d094c168aa
commit
98472a8104
@ -122,7 +122,7 @@ sample_format_size(SampleFormat format)
|
|||||||
* @param format a #SampleFormat enum value
|
* @param format a #SampleFormat enum value
|
||||||
* @return the string
|
* @return the string
|
||||||
*/
|
*/
|
||||||
gcc_pure gcc_malloc
|
gcc_pure
|
||||||
const char *
|
const char *
|
||||||
sample_format_to_string(SampleFormat format) noexcept;
|
sample_format_to_string(SampleFormat format) noexcept;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user