代码拉取完成,页面将自动刷新
同步操作将从 OpenCloudOS Stream/apr 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From 6a2993b9493bff7b6b20858730cba16a218e46b1 Mon Sep 17 00:00:00 2001
From: Eric Covener <covener@apache.org>
Date: Sun, 15 Sep 2024 14:33:14 +0000
Subject: [PATCH] Merge r1920680 from trunk:
PR69298: "attribute "format" is unknown, ignored"
since 1.7.5, on solaris with Oracle Developer Studio
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1920681 13f79535-47bb-0310-9956-ffa450edef68
---
include/apr.h.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/apr.h.in b/include/apr.h.in
index c5bb22779d..637ed38771 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -68,7 +68,7 @@
* necessarily __attribute__ (e.g. builtin), so check for both to
* avoid overriding __attribute__.
*/
-#if !(defined(__attribute__) || defined(__has_attribute))
+#if !(defined(__attribute__) || defined(__has_attribute)) || defined(__SUNPRO_C)
#define __attribute__(__x)
#endif
#endif /* !__GNUC__ */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。