mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
UNUSED -> ATTRIBUTE_UNUSED (follows /usr/include/ansidecl.h)
This commit is contained in:
parent
f981892e3a
commit
b99128d8de
13 changed files with 51 additions and 49 deletions
|
|
@ -29,3 +29,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifndef ATTRIBUTE_UNUSED
|
||||
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue