[Git][wine/wine][master] vbscript: Silence FuncRef::QueryInterface(IID_IDispatchEx) warning.
Alexandre Julliard pushed to branch master at wine / wine Commits: 7a4eee06 by Francis De Brabandere at 2026-04-15T21:59:39+02:00 vbscript: Silence FuncRef::QueryInterface(IID_IDispatchEx) warning. The script engine probes IDispatchEx on every dispatch lookup (see get_disp_id() in vbdisp.c) and falls back cleanly to plain IDispatch on E_NOINTERFACE; the negative response is therefore expected, not exceptional. FuncRef objects returned by GetRef are plain IDispatch and don't implement IDispatchEx, so every callback through them currently emits a WARN. Mirror commit ce6c9f6d338a40c4f39b6758dae6d600823da767 ("vbscript: Silence BuiltinDisp::QueryInterface(IID_IDispatchEx) warning"): keep the catch-all WARN for genuinely unknown IIDs but skip it for IID_IDispatchEx specifically. - - - - - 1 changed file: - dlls/vbscript/vbdisp.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7a4eee06e5efb3d67624e6b67c5fea3... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/7a4eee06e5efb3d67624e6b67c5fea3... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)