Minor change.
This commit is contained in:
parent
73e071eabe
commit
194e1b3c87
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ extern "C" {
|
|||
#define DPUTS(arg) ((void) 0)
|
||||
#endif
|
||||
|
||||
#ifndef __UNUSED
|
||||
#define __UNUSED(v) ((void)(v))
|
||||
#ifndef UNUSED
|
||||
#define UNUSED(v) ((void)(v))
|
||||
#endif
|
||||
#ifndef COMPQUIET
|
||||
#define COMPQUIET(n, v) do { \
|
||||
|
|
Loading…
Reference in a new issue