[Bug 292067] [exp-run] Against llvm-21-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 Jan 2026 17:05:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292067

--- Comment #18 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Dimitry Andric from comment #16)
Indeed, on 16-CURRENT main with a stock ports tree, I get the same error:

--- sub-client-all ---
qwaylanddisplay.cpp:762:14: warning: lambda capture 'this' is not used
[-Wunused-lambda-capture]
  762 |             [this](const QWaylandInputDevice *device) { return
device->keyboard() != nullptr; });
      |              ^~~~
--- sub-compositor-all ---
extensions/qwltexturesharingextension_p.h:88: Warning: Property declaration
imageSearchPath has no READ accessor function or associated MEMBER variable.
The property will be invalid.
extensions/qwltexturesharingextension_p.h:145: Parse error at "DESIGNABLE"
*** [.moc/moc_qwltexturesharingextension_p.cpp] Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.