diff options
Diffstat (limited to '')
| -rw-r--r-- | src/utils/compilers.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/compilers.h b/src/utils/compilers.h index 1b175bb..a2ae3ba 100644 --- a/src/utils/compilers.h +++ b/src/utils/compilers.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef UTILS_COMPILERS_H | ||
| 2 | #define UTILS_COMPILERS_H | ||
| 3 | |||
| 1 | #if defined(__GNUC__) | 4 | #if defined(__GNUC__) |
| 2 | 5 | ||
| 3 | #define UNUSED __attribute__((unused)) | 6 | #define UNUSED __attribute__((unused)) |
| @@ -22,3 +25,5 @@ a[static N] notation for array parameters). | |||
| 22 | #define NON_NULL | 25 | #define NON_NULL |
| 23 | 26 | ||
| 24 | #endif | 27 | #endif |
| 28 | |||
| 29 | #endif /* UTILS_COMPILERS_H */ | ||
