aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon')
-rw-r--r--code/qcommon/q_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/qcommon/q_platform.h b/code/qcommon/q_platform.h
index 3339394..7da1364 100644
--- a/code/qcommon/q_platform.h
+++ b/code/qcommon/q_platform.h
@@ -311,6 +311,8 @@ static float LittleFloat(const float l) { return FloatSwap(&l); }
#define ARCH_STRING "i386"
#elif defined __sparc
#define ARCH_STRING "sparc"
+#else
+#error "Unsupported architecture"
#endif
#define PATH_SEP '/'