Skip to content

Commit

Permalink
libxx/patch: Remove jira information and change-id
Browse files Browse the repository at this point in the history
  • Loading branch information
W-M-R committed Dec 25, 2024
1 parent 3c1086a commit 1b1ca5f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

VELAPLATFO-32782

nuttx/libs/libxx/libcxxabi/src/cxa_personality.cpp: In function ‘void __cxxabiv1::__cxa_call_unexpected(void*)’:
nuttx/libs/libxx/libcxxabi/src/cxa_personality.cpp:1250:46: warning: ‘ttypeIndex’ may be used uninitialized [-Wmaybe-uninitialized]
1250 | if (!exception_spec_can_catch(ttypeIndex, classInfo, ttypeEncoding,
Expand All @@ -17,7 +15,6 @@ nuttx/libs/libxx/libcxxabi/src/cxa_personality.cpp:1250:46: warning: ‘ttypeInd
| ~~~~~~~~~~~~~~~~~~~~~~
1252 | unwind_exception, base))

Change-Id: Ic114508ecdad7cc84e7ad997a9379e50b2efd2a5
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
---
src/cxa_personality.cpp | 2 +-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Subject: [PATCH 1/2] uClibcxx:basic_definitions: fix GCC-specific definitions

gcc use __GNUC__ instead off __GCC__

Change-Id: I63aeb2118f45a981653553c8a3721a9d9c7ccaaa
---
include/basic_definitions | 4 ++--
include/cstddef | 2 +-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Subject: [PATCH] uclibxx: use overload constructor of filebuf & ostream
Instead of set valiable in Init, use overload constructor in
filebuf & stream class

Change-Id: I090432b5576eb568f92f3c147b39ad2efd8ba6b0
---
include/fstream | 15 +++++++--
include/ios | 21 +++---------
Expand Down
1 change: 0 additions & 1 deletion libs/libxx/0002-libcxxabi-fix-compilation-errors.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ error: invalid conversion from 'int' to '_Unwind_State' [-fpermissive]
| |
| int

Change-Id: I47827d58438f248e2171d20a44cc29ed8b259fc5
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
---
src/cxa_personality.cpp | 2 +-
Expand Down

0 comments on commit 1b1ca5f

Please sign in to comment.