https://bugs.winehq.org/show_bug.cgi?id=42472 Bug ID: 42472 Summary: debugtools.c static classes duplicates libs/wine/debug.c static debug_classes Product: Wine Version: 2.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: brewmanz(a)gmail.com Distribution: --- debugtools.c static classes duplicates libs/wine/debug.c static debug_classes. As it's a list of the libs/wine/debug.h names for enum __wine_debug_class, then libs/wine/debug.c is where the list should be. If it is deemed that it is indeed okay to have a duplicate list of names rather than a single source, then at the very least document this fact with the duplicated lists. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.