Nikolay Sivov (@nsivov) commented about dlls/ntdll/actctx.c:
struct actctx_loader *acl, const struct xml_elem *parent )
{ struct xml_elem elem;
- struct xml_attr attr;
- BOOL end = FALSE;
- while (next_xml_attr(xmlbuf, &attr, &end))
WARN( "unknown attr %s\n", debugstr_xml_attr(&attr) );
Maybe we should skip known namespace attributes here, so it does not get unnecessary attention in the logs.