Zebediah Figura (@zfigura) commented about dlls/cfgmgr32/tests/cfgmgr32.c:
{ CR_NOT_DISABLEABLE, 0xdeadbeef },
{ CR_FREE_RESOURCES, 0xdeadbeef },
{ CR_QUERY_VETOED, 0xdeadbeef },
{ CR_CANT_SHARE_IRQ, 0xdeadbeef },
{ CR_NO_DEPENDENT, 0xdeadbeef },
{ CR_SAME_RESOURCES, 0xdeadbeef },
{ CR_DEVICE_INTERFACE_ACTIVE, 0xdeadbeef },
{ CR_INVALID_CONFLICT_LIST, 0xdeadbeef },
{ CR_INVALID_INDEX, 0xdeadbeef },
{ CR_INVALID_STRUCTURE_SIZE, 0xdeadbeef },
{ NUM_CR_RESULTS, 0xdeadbeef },
- };
- for ( i = 0; i < sizeof(map_codes) / sizeof(map_codes[0]); i++ )
- {
ret = 0xdeadbeef;
This assignment is dead.