diff options
Diffstat (limited to 'meta-oe/recipes-support/poco/poco/0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch')
-rw-r--r-- | meta-oe/recipes-support/poco/poco/0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poco/poco/0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch b/meta-oe/recipes-support/poco/poco/0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch new file mode 100644 index 0000000000..e607063d58 --- /dev/null +++ b/meta-oe/recipes-support/poco/poco/0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch | |||
@@ -0,0 +1,53 @@ | |||
1 | From 6faf90773a7327e54342a5d3caee151623b5caf0 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= <guenter.obiltschnig@appinf.com> | ||
3 | Date: Fri, 27 Sep 2024 08:53:18 +0200 | ||
4 | Subject: [PATCH] =?UTF-8?q?fix(Foundation):=20Build=20error=20with=20GCC-1?= | ||
5 | =?UTF-8?q?5=20(class=20Poco::PriorityDelegate<TObj,=20void,=20true>?= | ||
6 | =?UTF-8?q?=E2=80=99=20has=20no=20member=20named=20=E2=80=98=5FpTarget?= | ||
7 | =?UTF-8?q?=E2=80=99)=20(#4695)?= | ||
8 | MIME-Version: 1.0 | ||
9 | Content-Type: text/plain; charset=UTF-8 | ||
10 | Content-Transfer-Encoding: 8bit | ||
11 | |||
12 | Upstream-Status: Backport [6faf907 fix(Foundation): Build error with GCC-15 (class Poco::PriorityDelegate<TObj, void, true>’ has no member named ‘_pTarget’) (#4695)] | ||
13 | Signed-off-by: mark.yang <mark.yang@lge.com> | ||
14 | --- | ||
15 | Foundation/include/Poco/PriorityDelegate.h | 4 ---- | ||
16 | 1 file changed, 4 deletions(-) | ||
17 | |||
18 | diff --git a/Foundation/include/Poco/PriorityDelegate.h b/Foundation/include/Poco/PriorityDelegate.h | ||
19 | index 4cd664aab..cac9cf25e 100644 | ||
20 | --- a/Foundation/include/Poco/PriorityDelegate.h | ||
21 | +++ b/Foundation/include/Poco/PriorityDelegate.h | ||
22 | @@ -52,7 +52,6 @@ public: | ||
23 | { | ||
24 | if (&delegate != this) | ||
25 | { | ||
26 | - this->_pTarget = delegate._pTarget; | ||
27 | this->_receiverObject = delegate._receiverObject; | ||
28 | this->_receiverMethod = delegate._receiverMethod; | ||
29 | this->_priority = delegate._priority; | ||
30 | @@ -126,7 +125,6 @@ public: | ||
31 | { | ||
32 | if (&delegate != this) | ||
33 | { | ||
34 | - this->_pTarget = delegate._pTarget; | ||
35 | this->_receiverObject = delegate._receiverObject; | ||
36 | this->_receiverMethod = delegate._receiverMethod; | ||
37 | this->_priority = delegate._priority; | ||
38 | @@ -200,7 +198,6 @@ public: | ||
39 | { | ||
40 | if (&delegate != this) | ||
41 | { | ||
42 | - this->_pTarget = delegate._pTarget; | ||
43 | this->_receiverObject = delegate._receiverObject; | ||
44 | this->_receiverMethod = delegate._receiverMethod; | ||
45 | this->_priority = delegate._priority; | ||
46 | @@ -274,7 +271,6 @@ public: | ||
47 | { | ||
48 | if (&delegate != this) | ||
49 | { | ||
50 | - this->_pTarget = delegate._pTarget; | ||
51 | this->_receiverObject = delegate._receiverObject; | ||
52 | this->_receiverMethod = delegate._receiverMethod; | ||
53 | this->_priority = delegate._priority; | ||