aboutsummaryrefslogtreecommitdiff
path: root/src/utils/compilers.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
commit1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (patch)
tree3eddf00f6f44356596b688325d4ef197c0e673e0 /src/utils/compilers.h
parentaa306fa0a2047f30d585da7923f963e8d321aa0b (diff)
downloadnissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.tar.gz
nissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.zip
Added include guardsHEADmasterinclude-guards
Diffstat (limited to '')
-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