UNUSED -> ATTRIBUTE_UNUSED (follows /usr/include/ansidecl.h)

This commit is contained in:
Jaroslav Kysela 2000-08-06 12:23:28 +00:00
parent f981892e3a
commit b99128d8de
13 changed files with 51 additions and 49 deletions

View file

@ -94,9 +94,9 @@ int snd_instr_simple_convert_to_stream(snd_instr_simple_t *simple,
return 0;
}
int snd_instr_simple_convert_from_stream(snd_seq_instr_get_t *__data UNUSED,
size_t size UNUSED,
snd_instr_simple_t **simple UNUSED)
int snd_instr_simple_convert_from_stream(snd_seq_instr_get_t *__data ATTRIBUTE_UNUSED,
size_t size ATTRIBUTE_UNUSED,
snd_instr_simple_t **simple ATTRIBUTE_UNUSED)
{
/* TODO */
return -ENXIO;