diff --git a/code/qcommon/q_platform.h b/code/qcommon/q_platform.h index 33393946..7da1364c 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 '/'