We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496fdb5 commit 82b5e46Copy full SHA for 82b5e46
Zend/zend_portability.h
@@ -329,7 +329,7 @@ char *alloca();
329
# define ZEND_OPT_SPEED
330
#endif
331
332
-#if (defined(__GNUC__) && ZEND_GCC_VERSION >= 5000) || (__has_attribute(unused) && __has_attribute(cold))
+#if (defined(__GNUC__) && ZEND_GCC_VERSION >= 5000)
333
# define ZEND_ATTRIBUTE_UNUSED_LABEL __attribute__((unused));
334
# define ZEND_ATTRIBUTE_COLD_LABEL __attribute__((cold));
335
#else
0 commit comments