Changeset 102 for trunk/kLdr/kLdrModLX.c


Ignore:
Timestamp:
Oct 2, 2017, 12:45:31 PM (8 years ago)
Author:
bird
Message:

gcc7 warning fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModLX.c

    r96 r102  
    14871487                case RANGE:
    14881488                    KLDRMODLX_ASSERT(!"RANGE");
     1489                    /* Falls through. */
    14891490                default:
    14901491                    rc = KLDR_ERR_LX_BAD_PAGE_MAP;
     
    24442445                    case NRRENT:
    24452446                        KLDRMODLX_ASSERT(!"NRRENT");
     2447                        /* Falls through. */
    24462448                    default:
    24472449                        iSelector = -1;
Note: See TracChangeset for help on using the changeset viewer.