Summary: | editors/vscode: Fix build with clang 19 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Guido Falsi <madpilot> | ||||
Component: | Individual Port(s) | Assignee: | Hiroki Tagato <tagattie> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | tagattie:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | 282370 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Guido Falsi
![]() ![]() A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a811f5edccef485b6ada224cacb3a3b07dcd18d3 commit a811f5edccef485b6ada224cacb3a3b07dcd18d3 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-11-03 23:09:08 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-11-03 23:10:55 +0000 editors/vscode: fix build with clang 19 PR: 282371 Reported by: madpilot MFH: 2024Q4 ...atch-build_node__modules_tree-sitter_src_node.cc (new) | 15 +++++++++++++++ 1 file changed, 15 insertions(+) A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=895bbbe0832cdda00fea9d50b6c6ac6251842add commit 895bbbe0832cdda00fea9d50b6c6ac6251842add Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-11-03 23:09:08 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2024-11-03 23:12:02 +0000 editors/vscode: fix build with clang 19 PR: 282371 Reported by: madpilot MFH: 2024Q4 (cherry picked from commit a811f5edccef485b6ada224cacb3a3b07dcd18d3) ...atch-build_node__modules_tree-sitter_src_node.cc (new) | 15 +++++++++++++++ 1 file changed, 15 insertions(+) Hi Guido, I have confirmed the patch fixes the build issue with clang 19. Changes committed. Thanks for the patch! |