https://bugs.winehq.org/show_bug.cgi?id=39482
Bug ID: 39482 Summary: Logically dead code in GetCreationModeFromSTGM (Coverity #731555) Product: Wine Version: 1.7.53 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
dead_error_condition: The switch value stgm & 0xf000U cannot be 131072U.
CID 731555 (#1 of 1): Logically dead code (DEADCODE) dead_error_begin: Execution cannot reach this statement: case 131072U: