summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zbuild.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zbuild.h b/zbuild.h
index 12e88bd23a..0023a235d2 100644
--- a/zbuild.h
+++ b/zbuild.h
@@ -200,6 +200,9 @@
# define ALIGNED_(x) __attribute__ ((aligned(x)))
#elif defined(_MSC_VER)
# define ALIGNED_(x) __declspec(align(x))
+#else
+/* TODO: Define ALIGNED_ for your compiler */
+# define ALIGNED_(x)
#endif
#ifdef HAVE_BUILTIN_ASSUME_ALIGNED