Remove UNUSED(x) macro. No longer needed.
This commit is contained in:
parent
a93ae12705
commit
57d0ffea33
1 changed files with 0 additions and 5 deletions
|
|
@ -24,11 +24,6 @@
|
||||||
typedef intmax_t ssize_t;
|
typedef intmax_t ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Macro UNUSED(x) silences compiler warnings about unused parameter or variable `x`.
|
|
||||||
#ifndef UNUSED
|
|
||||||
#define UNUSED(x) (void)(x)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Cross-platform macro ALIGNED_(x) aligns a struct by `x` bytes.
|
// Cross-platform macro ALIGNED_(x) aligns a struct by `x` bytes.
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define ALIGNED_(x) __declspec(align(x))
|
#define ALIGNED_(x) __declspec(align(x))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue