aboutsummaryrefslogtreecommitdiff
path: root/src/utils/compilers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/compilers.h')
-rw-r--r--src/utils/compilers.h5
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 */

Generated with cgit - Back to sebastiano.tronto.net