VirtualBox

Ignore:
Timestamp:
Oct 11, 2017 4:06:39 PM (7 years ago)
Author:
vboxsync
Message:

ExtPacks/VBoxDTrace: replace fall-through comments with RT_FALL_THRU().
bugref:8192: gcc warnings

Location:
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l

    r64054 r69044  
    760760                yypcb->pcb_hold = yypcb->pcb_list;
    761761                yypcb->pcb_list = NULL;
    762                 /*FALLTHRU*/
     762                RT_FALL_THRU();
    763763        case YYS_EXPR:
    764764                BEGIN(S0);
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_options.c

    r63435 r69044  
    642642        case 'T':
    643643                mul *= 1024;
    644                 /*FALLTHRU*/
     644                RT_FALL_THRU();
    645645        case 'g':
    646646        case 'G':
    647647                mul *= 1024;
    648                 /*FALLTHRU*/
     648                RT_FALL_THRU();
    649649        case 'm':
    650650        case 'M':
    651651                mul *= 1024;
    652                 /*FALLTHRU*/
     652                RT_FALL_THRU();
    653653        case 'k':
    654654        case 'K':
    655655                mul *= 1024;
    656                 /*FALLTHRU*/
     656                RT_FALL_THRU();
    657657        default:
    658658                break;
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_parser.c

    r62835 r69044  
    578578                        dnp->dn_expr = NULL;
    579579                }
    580                 /*FALLTHRU*/
     580                RT_FALL_THRU();
    581581        case DT_NODE_OP2:
    582582                if (dnp->dn_left != NULL) {
     
    16581658                                if (ctf_type_size(dtt.dtt_ctfp, type) != 0)
    16591659                                        break; /* proceed to declaring */
    1660                                 /*FALLTHRU*/
     1660                                RT_FALL_THRU();
    16611661                        case CTF_K_FORWARD:
    16621662                                xyerror(D_DECL_INCOMPLETE,
     
    18181818                                    (64 - dt_node_type_size(cp) * NBBY);
    18191819                        }
    1820                         /*FALLTHRU*/
     1820                        RT_FALL_THRU();
    18211821                case DT_TOK_IPOS:
    18221822                        return (cp);
     
    36123612                }
    36133613
    3614                 /*FALLTHRU*/
     3614                RT_FALL_THRU();
    36153615
    36163616        case DT_TOK_DOT:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette