VirtualBox

Ignore:
Timestamp:
Oct 11, 2017 4:06:39 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118323
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_open.c

    r63129 r69044  
    290290                        else
    291291                                pop[tp->ctt_type]++;
    292                         /*FALLTHRU*/
     292                        RT_FALL_THRU();
    293293                case CTF_K_UNKNOWN:
    294294                        vbytes = 0;
     
    494494                                fp->ctf_ptrtab[
    495495                                    CTF_TYPE_TO_INDEX(tp->ctt_type)] = id;
    496                         /*FALLTHRU*/
     496                        RT_FALL_THRU();
    497497
    498498                case CTF_K_VOLATILE:
     
    503503                        if (err != 0 && err != ECTF_STRTAB)
    504504                                return (err);
    505                         /*FALLTHRU*/
     505                        RT_FALL_THRU();
    506506
    507507                default:
Note: See TracChangeset for help on using the changeset viewer.

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