[qt/qt-creator/elfutils]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt-creator/elfutils
Pushed by mirror-service into branch 'upstream/main'.
Changed from 01a933566e2606e17893a72121e70c81ba7558dc to 27d4734003bd5578a05d45aa428b954cdf962128
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.
This change contains the following new commits:
Git commit 27d4734003bd5578a05d45aa428b954cdf962128 by Mark Wielaard on 20/07/2026 at 15:23..
stacktrace: label followed by a declaration is a C23 extension
clang 22 complains about a label followed by a declaration in
src/stacktrace.c because it doesn't default to C23.
src/stacktrace.c:913:3: error: label followed by a declaration is a
C23 extension [-Werror,-Wc23-extensions]
913 | bool is_abi32 = (regs->abi == PERF_SAMPLE_REGS_ABI_32);
| ^
This isn't a problem with gcc because it is a GNU extension.
* src/stacktrace.c (sysprof_find_dwfl): But declarations after
reuse label into block.
Signed-off-by: Mark Wielaard <[email protected]>
https://invent.kde.org/qt/qt-creator/elfutils/-/commit/27d4734003bd5578a05d45aa428b954cdf962128