desktop/IwyuFilter_desktop.yaml | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit deb8edf91763929520c9f47bdcca672c4dc2134d Author: Gabor Kelemen <[email protected]> AuthorDate: Mon Sep 15 20:30:18 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Sep 16 15:16:28 2025 +0200 Add IWYU exception after "Fix Tinderbox Linux WASM following "IWYU on desktop"" Change-Id: I80b71c934075884a857f080dad57f066580c6cc0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191001 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/desktop/IwyuFilter_desktop.yaml b/desktop/IwyuFilter_desktop.yaml index 4cae45405f73..91560b29331f 100644 --- a/desktop/IwyuFilter_desktop.yaml +++ b/desktop/IwyuFilter_desktop.yaml @@ -20,6 +20,8 @@ excludelist: desktop/source/app/appinit.cxx: # Needed on IOS - rtl/bootstrap.hxx + # Needed for EMSCRIPTEN build + - initjsunoscripting.hxx desktop/source/app/cmdlineargs.cxx: # Don't propose hxx -> h change in URE libs - osl/thread.hxx
