aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 3e0b3af9..66299867 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -171,6 +171,7 @@ static inline int within_tolerance(double a, double b, double percent)
/* Joules to eV */
#define J_to_eV(a) ((a)/ELECTRON_CHARGE)
+#define UNUSED __attribute__((unused))
/* -------------------- Indexed lists for specified types ------------------- */