Index: third_party/qcms/src/transform.c |
diff --git a/third_party/qcms/src/transform.c b/third_party/qcms/src/transform.c |
index 44ce9b5631f047866ae69c21e8c8ec8cdeb6ebaa..7287605c31053f918b6b036fc292bedf200584c1 100644 |
--- a/third_party/qcms/src/transform.c |
+++ b/third_party/qcms/src/transform.c |
@@ -1323,7 +1323,7 @@ qcms_transform* qcms_transform_create( |
return transform; |
} |
-#if defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__) |
+#if defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__) && !defined(__arm__) |
#if !defined(__has_attribute) |
/* Assume that the compiler supports the provided attribute. */ |
#define __has_attribute(x) 1 |