Changeset 6dbed52 in buchla-68k for libcio


Ignore:
Timestamp:
07/17/2017 04:07:19 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
703d4d0
Parents:
499da16
Message:

Explicitly mark fall-throughs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/scan.c

    r499da16 r6dbed52  
    148148                        case 'D':
    149149                                lflag = TRUE;
     150                                /* fall through */
    150151
    151152                        case 'd':
     
    157158                        case 'X':
    158159                                lflag = TRUE;
     160                                /* fall through */
    159161
    160162                        case 'x':
     
    165167                        case 'O':
    166168                                lflag = TRUE;
     169                                /* fall through */
    167170
    168171                        case 'o':
Note: See TracChangeset for help on using the changeset viewer.