aboutsummaryrefslogtreecommitdiff
path: root/src/utils/compilers.h
blob: a7d6df574e451973c1ea80a4d25080d2beefa1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if defined(__GNUC__)

#define unused __attribute__((unused))

#elif defined(__clang__)

#define unused __attribute__((unused))

#else

#define unused

#endif

Generated with cgit - Back to sebastiano.tronto.net