aboutsummaryrefslogtreecommitdiff
path: root/src/utils/compilers.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:58:25 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 22:25:03 +0200
commit446f56c8752071ba64c7ec22968b2417c9465c8e (patch)
treefa3d07dae927d563fb67723f9e8a625cd1258eae /src/utils/compilers.h
parent2f9d00075b0d236ecd8431761bb045e6aa088001 (diff)
parent1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff)
downloadnissy-core-446f56c8752071ba64c7ec22968b2417c9465c8e.tar.gz
nissy-core-446f56c8752071ba64c7ec22968b2417c9465c8e.zip
Merge branch 'master' into twostep-solver
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